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:
Paul Davis 2016-01-23 16:26:41 -05:00
parent 87481a2ee1
commit 5c658db4bf
9 changed files with 98 additions and 9 deletions

View file

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