keep selection if aborting a move operation. This was probably a regression
This commit is contained in:
parent
2bd1c79cd5
commit
16121b6e07
|
|
@ -146,6 +146,7 @@ void abort_operation(void)
|
|||
xctx->ui_state &= ~PLACE_SYMBOL;
|
||||
xctx->ui_state &= ~PLACE_TEXT;
|
||||
}
|
||||
return;
|
||||
}
|
||||
if(xctx->ui_state & STARTCOPY)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue