1
Fork 0
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:
Andreas Kling 2020-05-03 00:29:57 +02:00
parent b8f778a430
commit 37d1b0c875

View file

@ -233,6 +233,8 @@ private:
m_left = {};
m_right = {};
m_middle = {};
m_back = {};
m_forward = {};
}
WeakPtr<Window> m_clicked_window;