Show
Ignore:
Timestamp:
06/15/08 00:45:44 (6 months ago)
Author:
flynd
Message:

Make sure groups appearing in view get correct expanded/collapsed state. Default new groups to expanded state.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt4-gui/src/views/userview.cpp

    r6310 r6311  
    181181  spanRowRange(parent, start, end); 
    182182  UserViewBase::rowsInserted(parent, start, end); 
     183 
     184  // If we just got a new group we may want to expand it 
     185  if (!parent.isValid()) 
     186    expandGroups(); 
    183187} 
    184188