summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchWindow.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-03-04 20:34:05 +0000
committerDavid Robillard <d@drobilla.net>2010-03-04 20:34:05 +0000
commitf2d901fe0424bafa39b794117c9547e4969017c6 (patch)
treec33f349bae3d513cfe2bef512d55746e408a1dc7 /src/gui/PatchWindow.hpp
parentcf0be8c26e61218e23aee691bee6f60ead7fe49a (diff)
downloadingen-f2d901fe0424bafa39b794117c9547e4969017c6.tar.gz
ingen-f2d901fe0424bafa39b794117c9547e4969017c6.tar.bz2
ingen-f2d901fe0424bafa39b794117c9547e4969017c6.zip
Fix FlowCanvas key bindings (arrow scrolling and select-connect with enter).
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2517 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/PatchWindow.hpp')
-rw-r--r--src/gui/PatchWindow.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/PatchWindow.hpp b/src/gui/PatchWindow.hpp
index d4cc87a9..2e03945f 100644
--- a/src/gui/PatchWindow.hpp
+++ b/src/gui/PatchWindow.hpp
@@ -71,8 +71,7 @@ public:
protected:
void on_show();
void on_hide();
- bool on_key_press_event(GdkEventKey* event);
- bool on_key_release_event(GdkEventKey* event);
+ bool on_event(GdkEvent* event);
private:
void patch_port_added(SharedPtr<PortModel> port);