mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-30 05:08:56 +00: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:
@@ -38,6 +38,7 @@ public:
|
||||
protected:
|
||||
TableView();
|
||||
|
||||
virtual void keydown_event(KeyEvent&) override;
|
||||
virtual void paint_event(PaintEvent&) override;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user