From caf86ff808895fdb7808e2a2f56d1fef94c5aead Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Mon, 3 Mar 2008 21:48:03 +0000 Subject: new: guide snapping indicator! see if you like it, comments are always welcome! (bzr r4945) --- src/display/snap-indicator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/display/snap-indicator.cpp') diff --git a/src/display/snap-indicator.cpp b/src/display/snap-indicator.cpp index 1d005ceb8..ba9c10ef2 100644 --- a/src/display/snap-indicator.cpp +++ b/src/display/snap-indicator.cpp @@ -48,7 +48,7 @@ SnapIndicator::set_new_snappoint(Geom::Point p) "shape", SP_KNOT_SHAPE_CROSS, NULL ); SP_CTRL(canvasitem)->moveto ( p ); - tempitem = desktop->add_temporary_canvasitem(canvasitem, 2000); + tempitem = desktop->add_temporary_canvasitem(canvasitem, 1000); } void -- cgit v1.2.3