changing the start (position) of a marker with a scene change needs to update the...
[ardour.git] / gtk2_ardour / splash.cc
index ee0566a9100f6d94653456316830ed87806fafb9..66412d4881a052440847986dd8f38981ba0ec0d0 100644 (file)
@@ -224,6 +224,8 @@ Splash::message (const string& msg)
        str += Glib::Markup::escape_text (msg);
        str += "</b>";
 
+        show ();
+
        layout->set_markup (str);
        Glib::RefPtr<Gdk::Window> win = darea.get_window();
        
@@ -235,11 +237,6 @@ Splash::message (const string& msg)
                } else {
                        darea.queue_draw ();
                }
-
-                while (!expose_done) {
-                        if(gtk_main_iteration ()) return; // quit was called
-                }
-               gdk_display_flush (gdk_display_get_default());
        }
 }