mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
add tearoff reattach for the editor
This commit is contained in:
parent
8097b8c762
commit
8d8717800d
4 changed files with 11 additions and 0 deletions
|
|
@ -4069,6 +4069,14 @@ Editor::update_tearoff_visibility()
|
|||
}
|
||||
}
|
||||
|
||||
void
|
||||
Editor::reattach_all_tearoffs ()
|
||||
{
|
||||
if (_mouse_mode_tearoff) _mouse_mode_tearoff->put_it_back ();
|
||||
if (_tools_tearoff) _tools_tearoff->put_it_back ();
|
||||
if (_zoom_tearoff) _zoom_tearoff->put_it_back ();
|
||||
}
|
||||
|
||||
void
|
||||
Editor::maximise_editing_space ()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue