summaryrefslogtreecommitdiffstats
path: root/src/widgets/stroke-style.cpp
diff options
context:
space:
mode:
authorDenis Declara <declara91@gmail.com>2012-03-21 18:16:04 +0000
committerDenis Declara <declara91@gmail.com>2012-03-21 18:16:04 +0000
commitfbf20a8af5f761390e447ac50c52135020dabf32 (patch)
tree895a98b0ef06eb68ace64bd1fcfb7ee5b0af48a8 /src/widgets/stroke-style.cpp
parentMerged with trunk (diff)
parentPreferences. New desktop integration preference for Windows users (native/gtk... (diff)
downloadinkscape-fbf20a8af5f761390e447ac50c52135020dabf32.tar.gz
inkscape-fbf20a8af5f761390e447ac50c52135020dabf32.zip
trunk merge
(bzr r11073.1.2)
Diffstat (limited to 'src/widgets/stroke-style.cpp')
-rw-r--r--src/widgets/stroke-style.cpp4
1 files changed, 4 insertions, 0 deletions
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) {