mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 11:25:08 +00:00
GWindow: Leave SerenityKey mode if non-existent keybind is used
This commit is contained in:
parent
72264661fd
commit
053f41f4f9
4 changed files with 26 additions and 19 deletions
|
@ -64,9 +64,9 @@ void GButton::click()
|
|||
on_click(*this);
|
||||
}
|
||||
|
||||
/*bool GButton::accepts_keyboard_select() const {
|
||||
bool GButton::accepts_keyboard_select() const {
|
||||
return is_enabled();
|
||||
}*/
|
||||
}
|
||||
|
||||
void GButton::set_action(GAction& action)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue