From 16ea27d79134b4291b22d274de2797df7a15aade Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Sun, 18 Feb 2024 12:21:57 +0100 Subject: [PATCH] fix: re-enable buttons after Split is used (#86) --- 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(); }