From 1a4923692ce3d1ffa90f882eb47a754f224ffb26 Mon Sep 17 00:00:00 2001 From: John Smith Date: Wed, 21 Mar 2012 18:20:22 +0900 Subject: Fix for 959223 : Object selection messes up styles, regression from r11082 (bzr r11107) --- src/widgets/stroke-style.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/widgets/stroke-style.cpp') diff --git a/src/widgets/stroke-style.cpp b/src/widgets/stroke-style.cpp index f6afec18e..2e56dd696 100644 --- a/src/widgets/stroke-style.cpp +++ b/src/widgets/stroke-style.cpp @@ -229,6 +229,10 @@ static gboolean stroke_width_set_unit(SPUnitSelector *, SPUnit const *new_units, Gtk::Container *spw) { + if (spw->get_data("update")) { + return FALSE; + } + SPDesktop *desktop = SP_ACTIVE_DESKTOP; if (!desktop) { -- cgit v1.2.3