diff --git a/src/callback.c b/src/callback.c index e792181d..fb605967 100644 --- a/src/callback.c +++ b/src/callback.c @@ -2955,6 +2955,7 @@ int rstate; /* (reduced state, without ShiftMask) */ } if(tclgetboolvar("persistent_command") && (xctx->last_command & STARTWIRE)) { xctx->last_command &= ~STARTWIRE; + if(snap_cursor) draw_snap_cursor(1); } break; }