1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 07:38:10 +00:00

LibGUI: Remove AbstractTableView::doubleclick_event()

This work is already done (and more correctly) by the parent class
(AbstractView) if we just let it take care of the event instead.

Fixes the root cause of #4096.
This commit is contained in:
Andreas Kling 2020-11-19 21:53:24 +01:00
parent da413a464a
commit f72f4c5bca
2 changed files with 0 additions and 13 deletions

View file

@ -94,7 +94,6 @@ protected:
AbstractTableView();
virtual void mousedown_event(MouseEvent&) override;
virtual void doubleclick_event(MouseEvent&) override;
virtual void context_menu_event(ContextMenuEvent&) override;
virtual void keydown_event(KeyEvent&) override;
virtual void resize_event(ResizeEvent&) override;