diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-08-04 02:20:42 +0000 |
|---|---|---|
| committer | John Smith <john.smith7545@yahoo.com> | 2012-08-04 02:20:42 +0000 |
| commit | 8d2e0c37027b55156c81a7733f35338409e37a00 (patch) | |
| tree | 6ff98fb6be091b7efb291ee6e21c8b0942ca28ac /src/widgets/stroke-style.cpp | |
| parent | Fix for 1032880 : Stroke style panel is mirrored between open windows (diff) | |
| download | inkscape-8d2e0c37027b55156c81a7733f35338409e37a00.tar.gz inkscape-8d2e0c37027b55156c81a7733f35338409e37a00.zip | |
Fix for 1030239 : Custom markers only added to the list in Stroke Style after reloading the file
(bzr r11588)
Diffstat (limited to 'src/widgets/stroke-style.cpp')
| -rw-r--r-- | src/widgets/stroke-style.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/stroke-style.cpp b/src/widgets/stroke-style.cpp index 1a1865326..695c16ced 100644 --- a/src/widgets/stroke-style.cpp +++ b/src/widgets/stroke-style.cpp @@ -982,6 +982,8 @@ StrokeStyle::updateAllMarkers(GSList const *objects) return; } + combo->setDesktop(desktop); + if (object->style->marker[keyloc[i].loc].value != NULL && !all_texts) { // If the object has this type of markers, |
