Files
ladybird/Userland/Libraries/LibGUI/AbstractTableView.cpp
Jelle Raaijmakers d348976784 AbstractTableView: prevent setting an invalid index
If you tried to move a cursor down when the last row is selected, the
index becomes invalid without updating the selection. On the next
cursor movement the invalid index is then reset to {0, 0}, selecting
the first row instead.
2021-01-25 22:26:18 +01:00

13 KiB