From 16121b6e07c1d9cfbc02dbf75acf52e36b157ec3 Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Sun, 19 Jan 2025 14:13:57 +0100 Subject: [PATCH] keep selection if aborting a move operation. This was probably a regression --- src/callback.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/callback.c b/src/callback.c index b0549ff4..4d6b0ec5 100644 --- a/src/callback.c +++ b/src/callback.c @@ -146,6 +146,7 @@ void abort_operation(void) xctx->ui_state &= ~PLACE_SYMBOL; xctx->ui_state &= ~PLACE_TEXT; } + return; } if(xctx->ui_state & STARTCOPY) {