diff options
| author | Jabiertxo Arraiza Cenoz <jtx@jtx-desktop.markerlab.es> | 2017-08-29 10:03:43 +0000 |
|---|---|---|
| committer | Jabiertxo Arraiza Cenoz <jtx@jtx-desktop.markerlab.es> | 2017-08-29 10:03:43 +0000 |
| commit | f7f34bf6e09dca8716b0ee29561089244e7cf2f8 (patch) | |
| tree | 774f21d9d4328824273878d7adec61755f8345fd /src/ui/tools/freehand-base.cpp | |
| parent | Clarify a bit some strings (diff) | |
| parent | Ressurrect Spiro Symplify by LPE because no wrong results and retain removed ... (diff) | |
| download | inkscape-f7f34bf6e09dca8716b0ee29561089244e7cf2f8.tar.gz inkscape-f7f34bf6e09dca8716b0ee29561089244e7cf2f8.zip | |
Merge branch 'master' into powerpencil
Diffstat (limited to 'src/ui/tools/freehand-base.cpp')
| -rw-r--r-- | src/ui/tools/freehand-base.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tools/freehand-base.cpp b/src/ui/tools/freehand-base.cpp index 6f05526a7..32f2bdde1 100644 --- a/src/ui/tools/freehand-base.cpp +++ b/src/ui/tools/freehand-base.cpp @@ -374,7 +374,7 @@ static void spdc_check_for_and_apply_waiting_LPE(FreehandBase *dc, SPItem *item, bool simplify = prefs->getInt(tool_name(dc) + "/simplify", 0); Inkscape::Preferences *prefs = Inkscape::Preferences::get(); guint mode = prefs->getInt("/tools/freehand/pencil/freehand-mode", 0); - if(simplify && mode == 0){ + if(simplify && mode != 2){ double tol = prefs->getDoubleLimited("/tools/freehand/pencil/tolerance", 10.0, 1.0, 100.0); tol = tol/(100.0*(102.0-tol)); std::ostringstream ss; |
