1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 12:17:44 +00:00

WindowServer: Make automatic menu dismissal feel more "natural."

This commit is contained in:
Andreas Kling 2019-02-11 13:59:26 +01:00
parent 43d9994d93
commit 3c863e0ffa
4 changed files with 29 additions and 12 deletions

View file

@ -62,6 +62,8 @@ public:
Function<void(WSMenuItem&)> on_item_activation;
void close();
private:
void did_activate(WSMenuItem&);