GUI: Remove entry assignment for invisible items.

This commit is contained in:
av-dx 2021-07-07 20:37:23 +05:30 committed by Eugene Sandulenko
parent 7edd0606d2
commit afad34f767

View file

@ -534,8 +534,6 @@ void GridWidget::assignEntriesToItems() {
} else { } else {
// If we run out of visible entries to display. // If we run out of visible entries to display.
// e.g., scrolled to the very bottom, we make items invisible. // e.g., scrolled to the very bottom, we make items invisible.
item->setActiveEntry(_visibleEntries.front());
item->update();
item->setVisible(false); item->setVisible(false);
} }