diff options
| author | tavmjong-free <> | 2015-06-30 08:40:02 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2015-06-30 08:40:02 +0000 |
| commit | 3210252c229616a45cdd5c6dcd6ae9860f8627dc (patch) | |
| tree | 9fc2a9f5c2bacc8c2727aeae1b553768541a6787 /src | |
| parent | Templates. Fix for Bug #1402182 (Crash with color widget used in procedural t... (diff) | |
| download | inkscape-3210252c229616a45cdd5c6dcd6ae9860f8627dc.tar.gz inkscape-3210252c229616a45cdd5c6dcd6ae9860f8627dc.zip | |
Preferences. Fix for Bug #1459944 (self-intersecting shape display and union error).
Fixed bugs:
- https://launchpad.net/bugs/1459944
(bzr r14224)
Diffstat (limited to 'src')
| -rw-r--r-- | src/preferences-skeleton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/preferences-skeleton.h b/src/preferences-skeleton.h index 66a3e47d4..f4a08b928 100644 --- a/src/preferences-skeleton.h +++ b/src/preferences-skeleton.h @@ -95,7 +95,7 @@ static char const preferences_skeleton[] = " <eventcontext id=\"pencil\" tolerance=\"4.0\" selcue=\"1\" style=\"stroke-width:1px;\" usecurrent=\"0\" average_all_sketches=\"1\"/>\n" " <eventcontext id=\"pen\" mode=\"drag\" selcue=\"1\" style=\"stroke-width:1px;\" usecurrent=\"0\"/>\n" " </group>\n" -" <eventcontext id=\"calligraphic\" style=\"fill:black;fill-opacity:1;fill-rule:nonzero;stroke:none;\"\n" +" <eventcontext id=\"calligraphic\" style=\"fill:black;fill-opacity:1;stroke:none;\"\n" " mass=\"2\" angle=\"30\" width=\"15\" thinning=\"10\" flatness=\"90\" cap_rounding=\"0.0\" usecurrent=\"1\"\n" " tracebackground=\"0\" usepressure=\"1\" usetilt=\"0\" keep_selected=\"1\">\n" " <group id=\"preset\">\n" |
