mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
Much simplier implementation of: "Show Toolbar" act immediately, i.e., even when already maximized, changing this toggle changes whenever toolbar is shown or not.
git-svn-id: svn://localhost/ardour2/branches/3.0@12695 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
1bd34a34f7
commit
f9ed2ced4a
6 changed files with 39 additions and 34 deletions
|
|
@ -397,8 +397,10 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
void prepare_for_cleanup ();
|
||||
void finish_cleanup ();
|
||||
|
||||
void maximise_editing_space(bool force);
|
||||
void restore_editing_space(bool force);
|
||||
void maximise_editing_space();
|
||||
void restore_editing_space();
|
||||
|
||||
void update_tearoff_visibility();
|
||||
|
||||
void reset_x_origin (framepos_t);
|
||||
void reset_x_origin_to_follow_playhead ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue