diff options
| author | Marc Jeanmougin <mc@localhost.localdomain> | 2015-02-20 15:50:51 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <mc@localhost.localdomain> | 2015-02-20 15:50:51 +0000 |
| commit | e22f401354ff752ef4652c6a269afefc6ddee969 (patch) | |
| tree | df906dbef5a56ab3156b397aed56e8f5b3e47584 /src/ui/interface.cpp | |
| parent | Clones. Fix for bug #168651 (Tiled clones inside transformed groups broken) (diff) | |
| download | inkscape-e22f401354ff752ef4652c6a269afefc6ddee969.tar.gz inkscape-e22f401354ff752ef4652c6a269afefc6ddee969.zip | |
Fix for bug 1409591 :
Inconsistent selection with 'Select same' on object with clones
Fixed bugs:
- https://launchpad.net/bugs/1409195
(bzr r13930)
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) |
