summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/ardour_ui.cc')
-rw-r--r--gtk2_ardour/ardour_ui.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc
index 7548f94c5b..18cb808eeb 100644
--- a/gtk2_ardour/ardour_ui.cc
+++ b/gtk2_ardour/ardour_ui.cc
@@ -1873,10 +1873,6 @@ ARDOUR_UI::show ()
shown_flag = true;
}
-
- if (about) {
- about->present ();
- }
}
void
@@ -1886,6 +1882,7 @@ ARDOUR_UI::show_splash ()
about = new About();
}
about->present();
+ flush_pending ();
}
void