summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2009-09-03 16:22:43 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2009-09-03 16:22:43 +0000
commit68fad804cd97a9b170e15a18f706d1a795016cdf (patch)
tree7a93b59875218a4e9fde20969db8e6926df20cc6 /src/ui
parent* [INTL: pl] Polish update by Polish Inkscape Translation Team (diff)
downloadinkscape-68fad804cd97a9b170e15a18f706d1a795016cdf.tar.gz
inkscape-68fad804cd97a9b170e15a18f706d1a795016cdf.zip
restore ctrl+click dots in pencil
(bzr r8555)
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/dialog/inkscape-preferences.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp
index b75fdc6c2..9b6d9e084 100644
--- a/src/ui/dialog/inkscape-preferences.cpp
+++ b/src/ui/dialog/inkscape-preferences.cpp
@@ -486,6 +486,7 @@ void InkscapePreferences::initPageTools()
this->AddPage(_page_pencil, _("Pencil"), iter_tools, PREFS_PAGE_TOOLS_PENCIL);
this->AddSelcueCheckbox(_page_pencil, "/tools/freehand/pencil", true);
this->AddNewObjectsStyle(_page_pencil, "/tools/freehand/pencil");
+ this->AddDotSizeSpinbutton(_page_pencil, "/tools/freehand/pencil", 3.0);
_page_pencil.add_group_header( _("Sketch mode"));
_page_pencil.add_line( true, "", _pencil_average_all_sketches, "",
_("If on, the sketch result will be the normal average of all sketches made, instead of averaging the old result with the new sketch."));