diff options
Diffstat (limited to 'src/libs/gui/PatchWindow.hpp')
-rw-r--r-- | src/libs/gui/PatchWindow.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/gui/PatchWindow.hpp b/src/libs/gui/PatchWindow.hpp index 5120ba5a..def419fe 100644 --- a/src/libs/gui/PatchWindow.hpp +++ b/src/libs/gui/PatchWindow.hpp @@ -77,6 +77,7 @@ protected: void on_show(); void on_hide(); bool on_key_press_event(GdkEventKey* event); + bool on_key_release_event(GdkEventKey* event); private: |