summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-06-25 11:47:35 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-06-25 11:47:35 -0400
commit66be061449c8c9de19ec371691912ec3b9eb5771 (patch)
treecb1abb5c7120a7cd0a9a6e08994ec8a117561943 /gtk2_ardour
parent036740b0c8de5a921fcee5af29af416ad5189f31 (diff)
lock dialog MUST be a Gtk::Dialog so that it does not forward key (or other) events to the Editor
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 45cfc5cbc8..b0cc0c117e 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -1358,7 +1358,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
void escape ();
void lock ();
void unlock ();
- ArdourDialog* lock_dialog;
+ Gtk::Dialog* lock_dialog;
struct timeval last_event_time;
bool generic_event_handler (GdkEvent*);