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
|
void
|
||||||
EngineControl::on_response (int r)
|
EngineControl::on_response (int r)
|
||||||
{
|
{
|
||||||
/* we do nothing when our response signal is emitted ... that's the
|
/* Do not run ArdourDialog::on_response() which will hide us. Leave
|
||||||
* responsibility of whoever displayed us.
|
* 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
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user