summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2007-01-25 23:53:05 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2007-01-25 23:53:05 +0000
commit11033962ff60e5d85dc9324497a6d1b527f61c60 (patch)
treef8a3757d4c04b1549b6ae5595384a2506eebd1c5 /src
parentdouble-click on offset changes to node tool (diff)
downloadinkscape-11033962ff60e5d85dc9324497a6d1b527f61c60.tar.gz
inkscape-11033962ff60e5d85dc9324497a6d1b527f61c60.zip
comment for the future
(bzr r2288)
Diffstat (limited to 'src')
-rw-r--r--src/dialogs/object-properties.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dialogs/object-properties.cpp b/src/dialogs/object-properties.cpp
index 7631b631a..53b9aa8cc 100644
--- a/src/dialogs/object-properties.cpp
+++ b/src/dialogs/object-properties.cpp
@@ -366,6 +366,8 @@ sp_fillstroke_opacity_changed (GtkAdjustment *a, SPWidget *base)
gtk_object_set_data (GTK_OBJECT (dlg), "blocked", GUINT_TO_POINTER (TRUE));
// FIXME: fix for GTK breakage, see comment in SelectedStyle::on_opacity_changed; here it results in crash 1580903
+ // UPDATE: crash fixed in GTK+ 2.10.7 (bug 374378), remove this as soon as it's reasonably common
+ // (though this only fixes the crash, not the multiple change events)
sp_canvas_force_full_redraw_after_interruptions(sp_desktop_canvas(SP_ACTIVE_DESKTOP), 0);
SPCSSAttr *css = sp_repr_css_attr_new ();