summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-10-29 03:44:15 +0000
committerJohn Smith <john.smith7545@yahoo.com>2012-10-29 03:44:15 +0000
commit606276db1921c978abaf15d1abeff96ef37dbe2f (patch)
treebe8815f8cb741ec21375dddd2858a94afbcd110b /src/widgets
parentfix margin for PDF exporting page area (diff)
downloadinkscape-606276db1921c978abaf15d1abeff96ef37dbe2f.tar.gz
inkscape-606276db1921c978abaf15d1abeff96ef37dbe2f.zip
Fix for 165865 : Markers - fix Undo history
(bzr r11850)
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/stroke-style.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/widgets/stroke-style.cpp b/src/widgets/stroke-style.cpp
index 832865eae..4e8431454 100644
--- a/src/widgets/stroke-style.cpp
+++ b/src/widgets/stroke-style.cpp
@@ -434,14 +434,13 @@ StrokeStyle::markerSelectCB(MarkerComboBox *marker_combo, StrokeStyle *spw, SPMa
item->requestModified(SP_OBJECT_MODIFIED_FLAG);
item->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG | SP_OBJECT_STYLE_MODIFIED_FLAG);
+
+ DocumentUndo::done(document, SP_VERB_DIALOG_FILL_STROKE, _("Set markers"));
}
sp_repr_css_attr_unref(css);
css = 0;
- DocumentUndo::done(document, SP_VERB_DIALOG_FILL_STROKE,
- _("Set markers"));
-
spw->update = false;
};