diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2015-02-15 13:04:29 +0000 |
|---|---|---|
| committer | Diederik van Lierop <mail@diedenrezi.nl> | 2015-02-15 13:04:29 +0000 |
| commit | c59805093a9df1fc1f6f997ca892ada39f42822b (patch) | |
| tree | 1f67771cd0b562f683522b9ad5b84388194728ed /src/display/snap-indicator.cpp | |
| parent | device-manager: Get rid of GLists (diff) | |
| download | inkscape-c59805093a9df1fc1f6f997ca892ada39f42822b.tar.gz inkscape-c59805093a9df1fc1f6f997ca892ada39f42822b.zip | |
Adjust timeout for snap tool tips to 4 seconds
Fixed bugs:
- https://launchpad.net/bugs/1420301
(bzr r13923)
Diffstat (limited to 'src/display/snap-indicator.cpp')
| -rw-r--r-- | src/display/snap-indicator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
