GUI: Remove entry assignment for invisible items.
This commit is contained in:
parent
7edd0606d2
commit
afad34f767
1 changed files with 0 additions and 2 deletions
|
@ -534,8 +534,6 @@ void GridWidget::assignEntriesToItems() {
|
|||
} else {
|
||||
// If we run out of visible entries to display.
|
||||
// e.g., scrolled to the very bottom, we make items invisible.
|
||||
item->setActiveEntry(_visibleEntries.front());
|
||||
item->update();
|
||||
item->setVisible(false);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue