add comment
This commit is contained in:
parent
4700483fa4
commit
71aa4339bd
|
|
@ -4301,8 +4301,7 @@ int rstate; /* (reduced state, without ShiftMask) */
|
||||||
xctx->ui_state &= ~MENUSTART;
|
xctx->ui_state &= ~MENUSTART;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
if(draw_xhair) draw_crosshair(3); /* restore crosshair when selecting / unselecting */
|
||||||
if(draw_xhair) draw_crosshair(3);
|
|
||||||
break;
|
break;
|
||||||
case -3: /* double click : edit prop */
|
case -3: /* double click : edit prop */
|
||||||
if( waves_selected(event, key, state, button)) {
|
if( waves_selected(event, key, state, button)) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue