diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-02-23 22:17:37 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-02-23 22:17:37 +0000 |
| commit | ed54c75dc7f31deae37ab89162da9127fb0e3b9a (patch) | |
| tree | fe5809ff5f17199e7fa773cd47ef877b4a8125d3 /src/ui/interface.cpp | |
| parent | Added flexible/fixed to fillet chamfer and fix bugs (diff) | |
| parent | on a File->Open, set the viewBox if it did not previously exist, same as was ... (diff) | |
| download | inkscape-ed54c75dc7f31deae37ab89162da9127fb0e3b9a.tar.gz inkscape-ed54c75dc7f31deae37ab89162da9127fb0e3b9a.zip | |
update to trunk
(bzr r13645.1.21)
Diffstat (limited to 'src/ui/interface.cpp')
| -rw-r--r-- | src/ui/interface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/interface.cpp b/src/ui/interface.cpp index 28a65e0b4..87438ac01 100644 --- a/src/ui/interface.cpp +++ b/src/ui/interface.cpp @@ -1815,7 +1815,7 @@ void ContextMenu::SelectSameStrokeColor(void) void ContextMenu::SelectSameStrokeStyle(void) { - sp_select_same_stroke_style(_desktop); + sp_select_same_fill_stroke_style(_desktop, false, false, true); } void ContextMenu::SelectSameObjectType(void) |
