diff --git a/src/callback.c b/src/callback.c index 09febe6b..99fb8c27 100644 --- a/src/callback.c +++ b/src/callback.c @@ -2953,6 +2953,7 @@ int rstate; /* (reduced state, without ShiftMask) */ xctx->last_command = 0; xctx->ui_state |= MENUSTART; xctx->ui_state2 = MENUSTARTWIRE; + if(prev_state & STARTWIRE) start_wire(xctx->mousex_snap, xctx->mousey_snap); } break; }