fix: re-enable buttons after Split is used (#86)

This commit is contained in:
Stéphane Lesimple
2024-02-18 12:21:57 +01:00
committed by GitHub
parent a7c5268f37
commit 16ea27d791

View File

@@ -747,6 +747,9 @@ static void stripecc_cleanup(gpointer data)
if (image)
CloseImage(image);
if(Closure->guiMode)
GuiAllowActions(TRUE);
GuiExitWorkerThread();
}