Files
ladybird/Libraries/LibGUI/AbstractTableView.cpp
Andreas Kling 80f43ffc27 LibGUI: Move AbstractTableView::keydown_event() down to TableView
We can't really share this stuff with TreeView anyway, since tables
and trees have very different spatial relationships between indexes.
2020-05-21 13:40:52 +02:00

18 KiB