From 50edcd852654696cae786aa4aa882df86f660794 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Sat, 17 Feb 2024 16:43:37 +0100 Subject: [PATCH] fix: re-enable buttons after Split is used --- src/misc.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/misc.c b/src/misc.c index a63d8f6..008ac7f 100644 --- a/src/misc.c +++ b/src/misc.c @@ -747,6 +747,9 @@ static void stripecc_cleanup(gpointer data) if (image) CloseImage(image); + if(Closure->guiMode) + GuiAllowActions(TRUE); + GuiExitWorkerThread(); }