1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:48:12 +00:00

GWindow: Leave SerenityKey mode if non-existent keybind is used

This commit is contained in:
faissaloo 2019-06-03 18:13:41 +01:00
parent 72264661fd
commit 053f41f4f9
4 changed files with 26 additions and 19 deletions

View file

@ -33,6 +33,7 @@ public:
virtual const char* class_name() const override { return "GButton"; }
virtual bool accepts_focus() const override { return true; }
virtual bool accepts_keyboard_select() const;
protected:
virtual void paint_event(GPaintEvent&) override;