From: Carlos Lopez Date: Wed, 8 Jul 2009 15:57:02 +0000 (+0200) Subject: Fix quality spin button feedback. It didn't update the actions before. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=2a0be61cd8ecbabc8e4103b16f6450eddb8bdd13;hp=4f78a97e958c881f15cbfdc5ca133d8c1aa25896;p=synfig.git Fix quality spin button feedback. It didn't update the actions before. --- diff --git a/synfig-studio/trunk/src/gtkmm/canvasview.cpp b/synfig-studio/trunk/src/gtkmm/canvasview.cpp index 6f3719c..4a555a8 100644 --- a/synfig-studio/trunk/src/gtkmm/canvasview.cpp +++ b/synfig-studio/trunk/src/gtkmm/canvasview.cpp @@ -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;