keep selection if aborting a move operation. This was probably a regression

This commit is contained in:
stefan schippers 2025-01-19 14:13:57 +01:00
parent 2bd1c79cd5
commit 16121b6e07
1 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,7 @@ void abort_operation(void)
xctx->ui_state &= ~PLACE_SYMBOL;
xctx->ui_state &= ~PLACE_TEXT;
}
return;
}
if(xctx->ui_state & STARTCOPY)
{