diff options
| author | Bryce Harrington <bryce@bryceharrington.org> | 2008-02-07 09:34:27 +0000 |
|---|---|---|
| committer | bryce <bryce@users.sourceforge.net> | 2008-02-07 09:34:27 +0000 |
| commit | bf02ffc8e23ed996a390336b915b1fae8340c09d (patch) | |
| tree | e706381c03fa5fef2c27bf98fdc87198a1b18c2f /src | |
| parent | Patch from Tom Davidson to add a check for absref tag before deleting it (diff) | |
| download | inkscape-bf02ffc8e23ed996a390336b915b1fae8340c09d.tar.gz inkscape-bf02ffc8e23ed996a390336b915b1fae8340c09d.zip | |
Patch from Tom Davidson to add support for the bitmapoversample option,
which as being ignored in favor of the default. (Closes LP: #168346)
(bzr r4676)
Diffstat (limited to 'src')
| -rw-r--r-- | src/preferences-skeleton.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/preferences-skeleton.h b/src/preferences-skeleton.h index 70093c80e..adf5c66f2 100644 --- a/src/preferences-skeleton.h +++ b/src/preferences-skeleton.h @@ -210,6 +210,7 @@ static char const preferences_skeleton[] = " <group id=\"autoscrollspeed\" value=\"0.7\"/>\n" " <group id=\"autoscrolldistance\" value=\"-10\"/>\n" " <group id=\"simplifythreshold\" value=\"0.002\"/>\n" +" <group id=\"bitmapoversample\" value=\"1\"/>\n" " <group id=\"dialogtype\" value=\"1\"/>\n" " <group id=\"dock\" " " cancenterdock=\"1\"" |
