summaryrefslogtreecommitdiffstats
path: root/src/libs/gui/PatchWindow.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-06-09 19:58:15 +0000
committerDavid Robillard <d@drobilla.net>2008-06-09 19:58:15 +0000
commit2b662dd993c1cce712148765c953dfaf92390a01 (patch)
tree57d422f94026cc45507ab44948032c93a7f7bf37 /src/libs/gui/PatchWindow.hpp
parentdf38131db2c4eb5c83655d848a9776faa79331ca (diff)
downloadingen-2b662dd993c1cce712148765c953dfaf92390a01.tar.gz
ingen-2b662dd993c1cce712148765c953dfaf92390a01.tar.bz2
ingen-2b662dd993c1cce712148765c953dfaf92390a01.zip
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
Diffstat (limited to 'src/libs/gui/PatchWindow.hpp')
-rw-r--r--src/libs/gui/PatchWindow.hpp1
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: