summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 49de36d)
raw | patch | inline | side by side (parent: 49de36d)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Thu, 25 Jan 2007 23:53:05 +0000 (23:53 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Thu, 25 Jan 2007 23:53:05 +0000 (23:53 +0000) |
src/dialogs/object-properties.cpp | patch | blob | history |
index 7631b631a14123edeb673683eb438860defc052a..53b9aa8cc989cf04dc01359a94c25e1d1223460f 100644 (file)
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 ();