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:
parent
036740b0c8
commit
66be061449
@ -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*);
|
||||
|
Loading…
Reference in New Issue
Block a user