mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
most of the changes required to add a new master faders tabbable
the visibility button isn't actually working correctly
This commit is contained in:
parent
87481a2ee1
commit
5c658db4bf
9 changed files with 98 additions and 9 deletions
|
|
@ -255,6 +255,7 @@ ARDOUR_UI::ARDOUR_UI (int *argcp, char **argvp[], const char* localedir)
|
|||
, main_window_visibility (0)
|
||||
, editor (0)
|
||||
, mixer (0)
|
||||
, masters (0)
|
||||
, nsm (0)
|
||||
, _was_dirty (false)
|
||||
, _mixer_on_top (false)
|
||||
|
|
@ -311,6 +312,7 @@ ARDOUR_UI::ARDOUR_UI (int *argcp, char **argvp[], const char* localedir)
|
|||
, editor_visibility_button (S_("Window|Editor"))
|
||||
, mixer_visibility_button (S_("Window|Mixer"))
|
||||
, prefs_visibility_button (S_("Window|Preferences"))
|
||||
, masters_visibility_button (S_("Windows|Masters"))
|
||||
{
|
||||
Gtkmm2ext::init (localedir);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue