(cherry picked from commit 783aa27bae)
783aa27bae
@ -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;