Code

Filter effects dialog:
authornicholasbishop <nicholasbishop@users.sourceforge.net>
Sun, 19 Aug 2007 02:47:27 +0000 (02:47 +0000)
committernicholasbishop <nicholasbishop@users.sourceforge.net>
Sun, 19 Aug 2007 02:47:27 +0000 (02:47 +0000)
* The selection dots in the filter dialog should update when the blend or blur is changed in the fill/stroke dialog.

src/ui/dialog/filter-effects-dialog.cpp

index d1ce3b89c191430c7403f67e5cbbbe3dcc482327..72ee9968451a21f3d8502ae947fac272f41bf081 100644 (file)
@@ -1053,6 +1053,8 @@ void FilterEffectsDialog::FilterModifier::update_filters()
         const gchar* id = SP_OBJECT_ID(f);
         row[_columns.label] = lbl ? lbl : (id ? id : "filter");
     }
+
+    update_selection(desktop->selection);
 }
 
 SPFilter* FilterEffectsDialog::FilterModifier::get_selected_filter()