summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/Modules
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2014-11-25 20:50:40 +0000
committerJohan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>2014-11-25 20:50:40 +0000
commit8e07cf502ee5cfd1a31a394e19b39be80322413f (patch)
treec07281c7985a8b79dc9abc905e5cb0f2c6c68e7e /CMakeScripts/Modules
parentDisable preference widget to allow saving fonts in non-px units (diff)
downloadinkscape-8e07cf502ee5cfd1a31a394e19b39be80322413f.tar.gz
inkscape-8e07cf502ee5cfd1a31a394e19b39be80322413f.zip
Fix applying LPE to clones (through the "+" button in the LPE dialog).
The caller to sp_selection_clone_original_path_lpe expects a new path to be selected, and it will change the SVG "id" of that selected path. The bug was that sp_selection_clone_original_path_lpe no longer selected the new path, it maintained the selection of the path to be "clone_original_path'ed". And thus the path referenced by the original clone got its ID changed. Horror resulted. Fixed by selecting the newly created path, as before. Added code to the caller that checks if the newly selected path is not nullptr, and that it is not the same as the selected path before the call. (bzr r13761)
Diffstat (limited to 'CMakeScripts/Modules')
0 files changed, 0 insertions, 0 deletions