Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Force rebuild of display table after removals
Table_compact() is called after Table_cleanupRow(), which might remove rows, which are still referenced by the display table. Set needsSort to true so that Table_updateDisplayList() always performs a rebuild and does access removed rows. Fixes: #1517
- Loading branch information