From 2b662dd993c1cce712148765c953dfaf92390a01 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 9 Jun 2008 19:58:15 +0000 Subject: Fix Ctrl 'editable' patch modifier (for control twiddling) ceasing to work in various scenarios (ticket #120). git-svn-id: http://svn.drobilla.net/lad/ingen@1259 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/gui/PatchWindow.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libs/gui/PatchWindow.hpp') 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: -- cgit v1.2.1