summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui_startup.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-01-17 18:52:33 +0100
committerRobin Gareus <robin@gareus.org>2020-01-17 18:52:33 +0100
commit0ad9c3de1a2a7870e3ce95fa96d0ff96253c52d0 (patch)
treeea62df61883a1fd398d62d6a8c271c0d92a8dc54 /gtk2_ardour/ardour_ui_startup.cc
parent4b355868ccef5cb7d48a1e6618d54890e978a42b (diff)
Fix another stuck splash screen
Don't allow dialogs to re-create the splash only to hide it.
Diffstat (limited to 'gtk2_ardour/ardour_ui_startup.cc')
-rw-r--r--gtk2_ardour/ardour_ui_startup.cc8
1 files changed, 1 insertions, 7 deletions
diff --git a/gtk2_ardour/ardour_ui_startup.cc b/gtk2_ardour/ardour_ui_startup.cc
index 3eac97ff9e..f52bbfb9f5 100644
--- a/gtk2_ardour/ardour_ui_startup.cc
+++ b/gtk2_ardour/ardour_ui_startup.cc
@@ -100,13 +100,7 @@ ARDOUR_UI::first_idle ()
editor->first_idle();
}
- /* in 1 second, hide the splash screen
- *
- * Consider hiding it *now*. If a user opens opens a dialog
- * during that one second while the splash is still visible,
- * the dialog will push-back the splash.
- * Closing the dialog later will pop it back.
- */
+ /* in 1 second, hide the splash screen */
Glib::signal_timeout().connect (sigc::bind (sigc::ptr_fun (_hide_splash), this), 1000);
Keyboard::set_can_save_keybindings (true);