Fix first icon view item display

pull/2/head
Timothy Pearson 13 years ago
parent 660a32cfcf
commit 783aa27bae

@ -5822,10 +5822,6 @@ QIconViewItem *QIconView::makeRowLayout( QIconViewItem *begin, int &y, bool &cha
while (begin->next && (begin->isVisible() == FALSE)) {
begin = begin->next;
}
if (!begin->next) {
changed = TRUE;
return begin;
}
bool reverse = QApplication::reverseLayout();
changed = FALSE;

Loading…
Cancel
Save