diff options
| author | Denis Declara <declara91@gmail.com> | 2012-03-21 18:16:04 +0000 |
|---|---|---|
| committer | Denis Declara <declara91@gmail.com> | 2012-03-21 18:16:04 +0000 |
| commit | fbf20a8af5f761390e447ac50c52135020dabf32 (patch) | |
| tree | 895a98b0ef06eb68ace64bd1fcfb7ee5b0af48a8 /src/widgets/stroke-style.cpp | |
| parent | Merged with trunk (diff) | |
| parent | Preferences. New desktop integration preference for Windows users (native/gtk... (diff) | |
| download | inkscape-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.cpp | 4 |
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) { |
