fix dragging of region gain line, affected by coordinate system change caused by...
[ardour.git] / gtk2_ardour / splash.cc
index 7ffca37fc11c159c4357a16ae5953a14eb6f0ff1..8846c9f4e6a168f55fb8ad31daa54657feafcada 100644 (file)
@@ -118,10 +118,11 @@ Splash::message (const string& msg)
        str += "</b>";
 
        layout->set_markup (str);
-       darea.queue_draw ();
-       
        Glib::RefPtr<Gdk::Window> win = darea.get_window();
+
        if (win) {
+               win->invalidate_rect (Gdk::Rectangle (0, darea.get_height() - 30,
+                                                     darea.get_width(), 30), true);
                win->process_updates (true);
                gdk_flush ();
        }