mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-31 19:07:43 +01:00
add Editor::lock() and Editor::unlock() and the to-be-replaced Lock dialog from Ardour
This commit is contained in:
parent
d6a11fec84
commit
c7e7940364
3 changed files with 45 additions and 0 deletions
|
|
@ -1359,6 +1359,9 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
DragManager* _drags;
|
||||
|
||||
void escape ();
|
||||
void lock ();
|
||||
void unlock ();
|
||||
ArdourDialog *lock_dialog;
|
||||
|
||||
Gtk::Menu fade_context_menu;
|
||||
void popup_fade_context_menu (int, int, ArdourCanvas::Item*, ItemType);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue