Powerstroke dialog does not handle non-english number formats
Bug #1457172 reported by
Ben Scholzen 'DASPRiD'
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Fix Released
|
Medium
|
Ben Scholzen 'DASPRiD' |
Bug Description
When the system is set to use a number format which does not use a period as decimal separator, but e.g. a comma, the number is not correctly parsed when applying the values. Steps to reproduce:
- Set system's locale to e.g. German
- Create a path
- Apply powerstroke LPE to it
- Shift-click on the middle pink powerstoke node
- You should see position of "0,5"; click "Move"
- The node is moved to "0" position, instead of keeping it at "0.5"
This affects trunk only.
Related branches
lp://staging/~dasprid/inkscape/inkscape-dasprid
- Liam P. White (community): Approve
-
Diff: 153 lines (+25/-28)5 files modifiedsrc/live_effects/parameter/parameter.cpp (+0/-7)
src/live_effects/parameter/parameter.h (+7/-0)
src/ui/dialog/lpe-fillet-chamfer-properties.cpp (+3/-2)
src/ui/dialog/lpe-powerstroke-properties.cpp (+12/-8)
src/ui/dialog/lpe-powerstroke-properties.h (+3/-11)
tags: | added: i18n livepatheffects ui |
description: | updated |
Changed in inkscape: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Reproduced with Inkscape 0.91+devel r14164 on OS X 10.7.5 (using de_DE.UTF-8 as locale).
Not reproduced with 0.91 - there is no GUI to adjust the position of a powerstroke knot numerically in the stable release branch (IIRC this feature was ported from ponyscape, and merged into trunk after the stable release branch was created).