13
0

lock dialog MUST be a Gtk::Dialog so that it does not forward key (or other) events to the Editor

This commit is contained in:
Paul Davis 2014-06-25 11:47:35 -04:00
parent 036740b0c8
commit 66be061449

View 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*);