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:
Rodrigo Severo 2012-06-13 04:21:46 +00:00
parent 1bd34a34f7
commit f9ed2ced4a
6 changed files with 39 additions and 34 deletions

View file

@ -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 ();