summaryrefslogtreecommitdiffstats
path: root/src/star-context.cpp
diff options
context:
space:
mode:
authorJasper van de Gronde <jasper.vandegronde@gmail.com>2010-09-06 09:16:22 +0000
committerJasper van de Gronde <th.v.d.gronde@hccnet.nl>2010-09-06 09:16:22 +0000
commit17fbfe1ce12dd215eb9a8984ff8da0ea4e2416ad (patch)
tree7974c6e7493642ab70ff589bed0bcc71c09d75dc /src/star-context.cpp
parentmake hpgl document height compatible with dxf (Bug 487052) (diff)
downloadinkscape-17fbfe1ce12dd215eb9a8984ff8da0ea4e2416ad.tar.gz
inkscape-17fbfe1ce12dd215eb9a8984ff8da0ea4e2416ad.zip
Color preview in cursor
(bzr r9743)
Diffstat (limited to 'src/star-context.cpp')
-rw-r--r--src/star-context.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/star-context.cpp b/src/star-context.cpp
index 9a2a67a57..603865ce1 100644
--- a/src/star-context.cpp
+++ b/src/star-context.cpp
@@ -111,6 +111,7 @@ sp_star_context_init (SPStarContext * star_context)
event_context->tolerance = 0;
event_context->within_tolerance = false;
event_context->item_to_select = NULL;
+ event_context->tool_url = "/tools/shapes/star";
star_context->item = NULL;