fix: re-enable buttons after Split is used (#86)
This commit is contained in:
committed by
GitHub
parent
a7c5268f37
commit
16ea27d791
@@ -747,6 +747,9 @@ static void stripecc_cleanup(gpointer data)
|
|||||||
if (image)
|
if (image)
|
||||||
CloseImage(image);
|
CloseImage(image);
|
||||||
|
|
||||||
|
if(Closure->guiMode)
|
||||||
|
GuiAllowActions(TRUE);
|
||||||
|
|
||||||
GuiExitWorkerThread();
|
GuiExitWorkerThread();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user