mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 10:18:15 +09:00
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.
This commit is contained in:
parent
9d9a31384e
commit
80f43ffc27
Notes:
sideshowbarker
2024-07-19 06:17:30 +09:00
Author: https://github.com/awesomekling
Commit: 80f43ffc27
4 changed files with 44 additions and 43 deletions
|
@ -38,6 +38,7 @@ public:
|
|||
protected:
|
||||
TableView();
|
||||
|
||||
virtual void keydown_event(KeyEvent&) override;
|
||||
virtual void paint_event(PaintEvent&) override;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue