Fix a problem in single-thread mode where the canvas isn't always updated.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sat, 13 Oct 2007 01:51:44 +0000 (01:51 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sat, 13 Oct 2007 01:51:44 +0000 (01:51 +0000)
git-svn-id: http://svn.voria.com/code@919 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-studio/trunk/src/gtkmm/workarea.cpp

index fa017e6..ba0d49b 100644 (file)
@@ -2190,6 +2190,7 @@ studio::WorkArea::async_update_preview()
        if (get_updating())
        {
                stop_updating();
+               queue_render_preview();
                return false;
        }