Untick speaker dialog in menu when it is closed (#3898).
git-svn-id: svn://localhost/ardour2/branches/3.0@9245 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
53d0aeea2b
commit
de3ee71138
@ -334,8 +334,11 @@ ARDOUR_UI::ARDOUR_UI (int *argcp, char **argvp[])
|
||||
}
|
||||
|
||||
setup_clock ();
|
||||
speaker_config_window->set (new SpeakerDialog);
|
||||
|
||||
SpeakerDialog* s = new SpeakerDialog ();
|
||||
s->signal_unmap().connect (sigc::bind (sigc::ptr_fun (&ActionManager::uncheck_toggleaction), X_("<Actions>/Common/toggle-speaker-config")));
|
||||
speaker_config_window->set (s);
|
||||
|
||||
starting.connect (sigc::mem_fun(*this, &ARDOUR_UI::startup));
|
||||
stopping.connect (sigc::mem_fun(*this, &ARDOUR_UI::shutdown));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user