summaryrefslogtreecommitdiffstats
path: root/src/measure-context.cpp
diff options
context:
space:
mode:
authorFelipe Corr??a da Silva Sanches <juca@members.fsf.org>2011-06-13 07:13:27 +0000
committerFelipe C. da S. Sanches <juca@members.fsf.org>2011-06-13 07:13:27 +0000
commitb7ca7be174c5b81b147d68425f1fa275fa154dd7 (patch)
tree294fcad2a97e74ba80d0b9971418ce79209b4afd /src/measure-context.cpp
parentusing green color instead of parentheses to differentiate the angle label in ... (diff)
downloadinkscape-b7ca7be174c5b81b147d68425f1fa275fa154dd7.tar.gz
inkscape-b7ca7be174c5b81b147d68425f1fa275fa154dd7.zip
fixing the measure tool cursor to have a crosshair just like all other drawing tools
fixes bug #796446 (bzr r10293)
Diffstat (limited to 'src/measure-context.cpp')
-rw-r--r--src/measure-context.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/measure-context.cpp b/src/measure-context.cpp
index c8046049e..371ac3356 100644
--- a/src/measure-context.cpp
+++ b/src/measure-context.cpp
@@ -89,8 +89,8 @@ static void sp_measure_context_init (SPMeasureContext *measure_context)
SPEventContext *event_context = SP_EVENT_CONTEXT(measure_context);
event_context->cursor_shape = cursor_measure_xpm;
- event_context->hot_x = 3;
- event_context->hot_y = 5;
+ event_context->hot_x = 4;
+ event_context->hot_y = 4;
}
static void