mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 10:01:13 +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
|
@ -83,7 +83,6 @@ protected:
|
|||
virtual void mousedown_event(MouseEvent&) override;
|
||||
virtual void mousemove_event(MouseEvent&) override;
|
||||
virtual void doubleclick_event(MouseEvent&) override;
|
||||
virtual void keydown_event(KeyEvent&) override;
|
||||
virtual void leave_event(Core::Event&) override;
|
||||
virtual void context_menu_event(ContextMenuEvent&) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue