diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-03-06 20:13:43 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-03-06 20:13:43 +0000 |
| commit | 879a8a4a643503b475b2c197ad022208d21d43e9 (patch) | |
| tree | 468b59b047fbb4a688e814efee1a3ab261cbff2b /src/nodepath.cpp | |
| parent | Fix for bug #167364 - "Win2k: file dialog uses wrong home directory" (diff) | |
| download | inkscape-879a8a4a643503b475b2c197ad022208d21d43e9.tar.gz inkscape-879a8a4a643503b475b2c197ad022208d21d43e9.zip | |
add preferences for path flashing on mouseover
(bzr r4977)
Diffstat (limited to 'src/nodepath.cpp')
| -rw-r--r-- | src/nodepath.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nodepath.cpp b/src/nodepath.cpp index c7e6f7001..380a740fa 100644 --- a/src/nodepath.cpp +++ b/src/nodepath.cpp @@ -202,7 +202,7 @@ Inkscape::NodePath::Path *sp_nodepath_new(SPDesktop *desktop, SPObject *object, np->local_change = 0; np->show_handles = show_handles; np->helper_path = NULL; - np->helperpath_rgba = 0xff0000ff; + np->helperpath_rgba = prefs_get_int_attribute("tools.nodes", "highlight_color", 0xff0000ff); np->helperpath_width = 1.0; np->curve = sp_curve_copy(curve); np->show_helperpath = prefs_get_int_attribute ("tools.nodes", "show_helperpath", 0) == 1; |
