Show
Ignore:
Timestamp:
04/06/08 18:26:33 (8 months ago)
Author:
flynd
Message:

Don't try to expand groups unless we are in threaded view. This might fix #1613.

Files:
1 modified

Legend:

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

    r6130 r6131  
    132132void UserView::expandGroups() 
    133133{ 
     134  // No point in expanding groups unless we can actually see them 
     135  if (rootIndex().isValid()) 
     136    return; 
     137 
    134138  for (int i = 0; i < myListProxy->rowCount(QModelIndex()); ++i) 
    135139  {