From c59805093a9df1fc1f6f997ca892ada39f42822b Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Sun, 15 Feb 2015 14:04:29 +0100 Subject: Adjust timeout for snap tool tips to 4 seconds Fixed bugs: - https://launchpad.net/bugs/1420301 (bzr r13923) --- 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 bcce81f0b..8c0c8163f 100644 --- a/src/display/snap-indicator.cpp +++ b/src/display/snap-indicator.cpp @@ -256,7 +256,7 @@ SnapIndicator::set_new_snaptarget(Inkscape::SnappedPoint const &p, bool pre_snap "shape", SP_KNOT_SHAPE_CROSS, NULL ); - const int timeout_val = 1200; // TODO add preference for snap indicator timeout? + const int timeout_val = 4000; SP_CTRL(canvasitem)->moveto(p.getPoint()); _snaptarget = _desktop->add_temporary_canvasitem(canvasitem, timeout_val); -- cgit v1.2.3