summaryrefslogtreecommitdiffstats
path: root/src/widgets/stroke-style.h
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2016-11-12 09:54:56 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2016-11-12 09:54:56 +0000
commita322f3bb70c6e4da49d2430a5c09c47ec8fbd2c0 (patch)
treefa5b970da528fe7da23212dfe977bd149bb32b15 /src/widgets/stroke-style.h
parentFix selection toolbar icons missing on start (diff)
downloadinkscape-a322f3bb70c6e4da49d2430a5c09c47ec8fbd2c0.tar.gz
inkscape-a322f3bb70c6e4da49d2430a5c09c47ec8fbd2c0.zip
Fix rare crash on undo break apart
Fixed bugs: - https://launchpad.net/bugs/1449276 (bzr r15241)
Diffstat (limited to 'src/widgets/stroke-style.h')
-rw-r--r--src/widgets/stroke-style.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/stroke-style.h b/src/widgets/stroke-style.h
index 2d7e187a1..cdd825c7d 100644
--- a/src/widgets/stroke-style.h
+++ b/src/widgets/stroke-style.h
@@ -149,7 +149,7 @@ private:
};
void updateLine();
- void updateAllMarkers(std::vector<SPItem*> const &objects);
+ void updateAllMarkers(std::vector<SPItem*> const &objects, bool skip_undo = false);
void updateMarkerHist(SPMarkerLoc const which);
void setDashSelectorFromStyle(SPDashSelector *dsel, SPStyle *style);
void setJoinType (unsigned const jointype);