diff options
| author | Shlomi Fish <shlomif@shlomifish.org> | 2017-02-28 21:33:57 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2017-02-28 21:33:57 +0000 |
| commit | c0ddce54924a89813453185c7a7fc26f0f5217d2 (patch) | |
| tree | fc51216d99f5fb925e2bd2a9cc4d2c55ac1197c4 /src/ui/tools | |
| parent | Add some comment. Comment out unused signals. (diff) | |
| parent | Merged. (diff) | |
| download | inkscape-c0ddce54924a89813453185c7a7fc26f0f5217d2.tar.gz inkscape-c0ddce54924a89813453185c7a7fc26f0f5217d2.zip | |
merge minor refactoring
(bzr r15555)
Diffstat (limited to 'src/ui/tools')
| -rw-r--r-- | src/ui/tools/freehand-base.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/ui/tools/freehand-base.h b/src/ui/tools/freehand-base.h index a3e7b42f9..3ee4cd7d0 100644 --- a/src/ui/tools/freehand-base.h +++ b/src/ui/tools/freehand-base.h @@ -76,8 +76,10 @@ public: GSList *white_curves; GSList *white_anchors; - //ALternative curve to use on continuing exisiting curve in case of bspline or spirolive - //because usigh anchor curves give memory and random bugs, - and obscure code- in some plataform reported by su_v in mac + // Alternative curve to use on continuing the exisiting curve in case of + // bspline or spirolive, because using anchor curves gives random memory + // bugs as reported by su_v when running this code on macOS (as well as + // making the code hard to understand). SPCurve *overwrite_curve; // Start anchor |
