From: buliabyak Date: Thu, 11 Jan 2007 16:47:15 +0000 (+0000) Subject: patch 1632843 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ef1aa9095b70829b0aa493ed921b50d30cfb683b;p=inkscape.git patch 1632843 --- diff --git a/src/dialogs/object-properties.cpp b/src/dialogs/object-properties.cpp index ce65edbeb..c98f7c7d8 100644 --- a/src/dialogs/object-properties.cpp +++ b/src/dialogs/object-properties.cpp @@ -425,7 +425,7 @@ sp_fillstroke_blur_changed (GtkAdjustment *a, SPWidget *base) g_assert(style != NULL); if (radius == 0.0) { - remove_filter (item, true); + remove_filter (item, false); } else { SPFilter *constructed = new_filter_gaussian_blur_from_item(document, item, radius); sp_style_set_property_url (SP_OBJECT(item), "filter", SP_OBJECT(constructed), false);