lock dialog MUST be a Gtk::Dialog so that it does not forward key (or other) events...
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 25 Jun 2014 15:47:35 +0000 (11:47 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 25 Jun 2014 15:47:35 +0000 (11:47 -0400)
gtk2_ardour/editor.h

index 45cfc5cbc89f7e73131cb885f55f89659e931e83..b0cc0c117eccb85bc985cd445bcc9c0f6e3e970f 100644 (file)
@@ -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*);