mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
Run gtk-main iteration after hiding dialogs
This commit is contained in:
parent
8a92be1757
commit
057bb167ca
2 changed files with 3 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ ArdourDialog::on_response (int response_id)
|
|||
{
|
||||
pop_splash ();
|
||||
hide ();
|
||||
ARDOUR::GUIIdle ();
|
||||
Gtk::Dialog::on_response (response_id);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -2671,6 +2671,7 @@ EngineControl::start_stop_button_clicked ()
|
|||
} else {
|
||||
if (!ARDOUR_UI::instance()->session_loaded) {
|
||||
hide ();
|
||||
ARDOUR::GUIIdle ();
|
||||
}
|
||||
start_engine ();
|
||||
if (!ARDOUR_UI::instance()->session_loaded) {
|
||||
|
|
@ -3084,6 +3085,7 @@ EngineControl::connect_disconnect_click()
|
|||
} else {
|
||||
if (!ARDOUR_UI::instance()->session_loaded) {
|
||||
hide ();
|
||||
ARDOUR::GUIIdle ();
|
||||
}
|
||||
start_engine ();
|
||||
if (!ARDOUR_UI::instance()->session_loaded) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue