diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2014-09-24 01:27:47 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2014-09-24 01:27:47 +0000 |
| commit | f692482d773d75799712e8bd3c48d1da3d752a03 (patch) | |
| tree | 89629fa53fbcfa47cc1389c1c979142c570eae1c /src/ui/tools/freehand-base.cpp | |
| parent | remove magic numbers from bspline (diff) | |
| download | inkscape-f692482d773d75799712e8bd3c48d1da3d752a03.tar.gz inkscape-f692482d773d75799712e8bd3c48d1da3d752a03.zip | |
Show the helper curves in pen tool with the color of the current layer defined in objects dialog
(bzr r13341.1.220)
Diffstat (limited to 'src/ui/tools/freehand-base.cpp')
| -rw-r--r-- | src/ui/tools/freehand-base.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/tools/freehand-base.cpp b/src/ui/tools/freehand-base.cpp index 17f173e47..bc979821a 100644 --- a/src/ui/tools/freehand-base.cpp +++ b/src/ui/tools/freehand-base.cpp @@ -80,6 +80,7 @@ FreehandBase::FreehandBase(gchar const *const *cursor_shape, gint hot_x, gint ho , red_color(0xff00007f) , blue_color(0x0000ff7f) , green_color(0x00ff007f) + , highlight_color(0x0000007f) , red_bpath(NULL) , red_curve(NULL) , blue_bpath(NULL) |
