diff options
| author | Jon Phillips <jon@fabricatorz.com> | 2006-11-06 02:55:32 +0000 |
|---|---|---|
| committer | kidproto <kidproto@users.sourceforge.net> | 2006-11-06 02:55:32 +0000 |
| commit | c49e6163074886cdb6b62fbd186497bdc0092369 (patch) | |
| tree | 2b785c789bae0180eaf24aea10da22b0c4a1723b /src/ui/dialog/inkscape-preferences.cpp | |
| parent | copyedit (diff) | |
| download | inkscape-c49e6163074886cdb6b62fbd186497bdc0092369.tar.gz inkscape-c49e6163074886cdb6b62fbd186497bdc0092369.zip | |
Applied patch to disable the pressure sensitivity for those people that have
problems and added new author to our authors file:
https://sourceforge.net/tracker/index.php?func=detail&aid=1511066&group_id=93438&atid=604308
Please test o this feature for those who have tablets, pressure sensitivity, etc...it is a workaround for gtk+ problems with some tablets, etc...
(bzr r1911)
Diffstat (limited to 'src/ui/dialog/inkscape-preferences.cpp')
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index 86a0c4b72..f320860cb 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -570,6 +570,9 @@ void InkscapePreferences::initPageMisc() _misc_mask_remove.init ( _("Remove clipping path or mask after applying"), "options.maskobject", "remove", true); _page_misc.add_line(true, "", _misc_mask_remove, "", _("After applying, remove the object used as the clipping path or mask from the drawing")); + _misc_use_ext_input.init( _("Use a pressure sensitive tablet or other device (requires restart)"), "options.useextinput", "value", true); + _page_misc.add_line(true, "",_misc_use_ext_input, "", + _("Use the capablities of a tablet or other pressure sensitive device. Disable this only if you have problems with the tablet.")); this->AddPage(_page_misc, _("Misc"), PREFS_PAGE_MISC); } |
