summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 13a5e1b)
raw | patch | inline | side by side (parent: 13a5e1b)
author | nicholasbishop <nicholasbishop@users.sourceforge.net> | |
Sun, 19 Aug 2007 02:47:27 +0000 (02:47 +0000) | ||
committer | nicholasbishop <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 | patch | blob | history |
index d1ce3b89c191430c7403f67e5cbbbe3dcc482327..72ee9968451a21f3d8502ae947fac272f41bf081 100644 (file)
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()