Skip to content

Commit

Permalink
fix: re-enable buttons after Split is used
Browse files Browse the repository at this point in the history
  • Loading branch information
speed47 committed Feb 17, 2024
1 parent a7c5268 commit 50edcd8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,9 @@ static void stripecc_cleanup(gpointer data)
if (image)
CloseImage(image);

if(Closure->guiMode)
GuiAllowActions(TRUE);

GuiExitWorkerThread();
}

Expand Down

0 comments on commit 50edcd8

Please sign in to comment.