mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:17:36 +00:00
LibGUI: Fix broken doubleclick detection due to uninitialized GElapsedTimer.
This commit is contained in:
parent
ee4d7c18c8
commit
c9b0d87927
4 changed files with 17 additions and 3 deletions
|
@ -147,6 +147,7 @@ private:
|
|||
|
||||
void handle_paint_event(GPaintEvent&);
|
||||
void handle_resize_event(GResizeEvent&);
|
||||
void handle_mousedown_event(GMouseEvent&);
|
||||
void handle_mouseup_event(GMouseEvent&);
|
||||
void do_layout();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue