Skip to content
  • Matěj Laitl's avatar
    CollectionBrowser: do not expand tree needlessly · 3b5c6b20
    Matěj Laitl authored
    The reasons were 2:
     * we were adding every collection to m_expandedCollections all the
       time, which then resulted in their expansion in each slotFilter()
     * we were doing auto-expansion even in cases where collection was
       updated, not just when user typed something
    
    (fixed in is still 2.9 for consistency with earlier commits)
    
    BACKPORT
    BUG: 300557
    FIXED-IN: 2.9
    3b5c6b20