summaryrefslogtreecommitdiffstats
path: root/src/widgets/stroke-style.cpp
diff options
context:
space:
mode:
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) {