summaryrefslogtreecommitdiff
path: root/gtk2_ardour/splash.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-02-13 19:41:34 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-02-13 19:41:34 +0000
commit97f40457bfb0a3040e9e93805e7980a41a544ff7 (patch)
tree9191d5c6053bb433ad0612e363c22c9258627385 /gtk2_ardour/splash.cc
parent1e7a2a3e661ca359af9f36c5b5b1d73f3a2a2221 (diff)
splash updating on gdk/quartz; more filtering of automatable AU parameters
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3051 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/splash.cc')
-rw-r--r--gtk2_ardour/splash.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/splash.cc b/gtk2_ardour/splash.cc
index 93afb0a010..1cf15cdef7 100644
--- a/gtk2_ardour/splash.cc
+++ b/gtk2_ardour/splash.cc
@@ -118,8 +118,9 @@ Splash::message (const string& msg)
layout->set_markup (str);
darea.queue_draw ();
- Glib::RefPtr<Gdk::Window> win = get_window();
+ Glib::RefPtr<Gdk::Window> win = darea.get_window();
if (win) {
win->process_updates (true);
+ gdk_flush ();
}
}