Fix quality spin button feedback. It didn't update the actions before.
authorCarlos Lopez <carlos@pcnuevo.(none)>
Wed, 8 Jul 2009 15:57:02 +0000 (17:57 +0200)
committerCarlos Lopez <carlos@pcnuevo.(none)>
Mon, 13 Jul 2009 18:08:01 +0000 (20:08 +0200)
synfig-studio/trunk/src/gtkmm/canvasview.cpp

index 6f3719c..4a555a8 100644 (file)
@@ -3253,8 +3253,8 @@ CanvasView::toggle_low_res_pixel_flag()
 void
 CanvasView::update_quality()
 {
-       if(working_depth)
-                       return;
+       //if(working_depth)
+       //              return;
        if(updating_quality_)
                return;
        updating_quality_=true;