fix vanished audio/MIDI setup window after "Start" is clicked anytime other than during startup
This commit is contained in:
parent
91fd927a80
commit
a16f004d24
@ -2757,10 +2757,14 @@ EngineControl::control_app_button_clicked ()
|
||||
void
|
||||
EngineControl::on_response (int r)
|
||||
{
|
||||
/* we do nothing when our response signal is emitted ... that's the
|
||||
* responsibility of whoever displayed us.
|
||||
/* Do not run ArdourDialog::on_response() which will hide us. Leave
|
||||
* that to whoever invoked us, if they wish to hide us after "start".
|
||||
*
|
||||
* StartupFSM does hide us after response(); Window > Audio/MIDI Setup
|
||||
* does not.
|
||||
*/
|
||||
ArdourDialog::on_response (r);
|
||||
pop_splash ();
|
||||
Gtk::Dialog::on_response (r);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user