Fix first icon view item display

(cherry picked from commit 783aa27bae)
v3.5.13-sru
Timothy Pearson 13 years ago committed by Slávek Banko
parent 7413b3b4e5
commit 1ee1281a95

@ -5867,10 +5867,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