mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +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
|
|
@ -166,7 +166,6 @@ class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr
|
|||
void new_midi_tracer_window ();
|
||||
void toggle_route_params_window ();
|
||||
void toggle_editing_space();
|
||||
void toggle_editing_space_force(bool force);
|
||||
void toggle_keep_tearoffs();
|
||||
|
||||
Gtk::Tooltips& tooltips() { return _tooltips; }
|
||||
|
|
@ -241,8 +240,10 @@ class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr
|
|||
|
||||
gint exit_on_main_window_close (GdkEventAny *);
|
||||
|
||||
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 setup_profile ();
|
||||
void setup_tooltips ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue