mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:27:45 +00:00
WindowServer: Reset double-click timers for back/forward buttons
Thanks for movAX13H for pointing this out!
This commit is contained in:
parent
b8f778a430
commit
37d1b0c875
1 changed files with 2 additions and 0 deletions
|
@ -233,6 +233,8 @@ private:
|
|||
m_left = {};
|
||||
m_right = {};
|
||||
m_middle = {};
|
||||
m_back = {};
|
||||
m_forward = {};
|
||||
}
|
||||
|
||||
WeakPtr<Window> m_clicked_window;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue