From 7344f5b6c3f56f30d4bd7636542043437a24d72a Mon Sep 17 00:00:00 2001 From: visionmercer <62051836+visionmercer@users.noreply.github.com> Date: Tue, 12 May 2026 13:39:36 +0200 Subject: [PATCH] menu auto exit when done. --- pixler.bas | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pixler.bas b/pixler.bas index 416487b..89900ca 100644 --- a/pixler.bas +++ b/pixler.bas @@ -716,6 +716,7 @@ loop close fh redim _preserve commands(i-1) as string redraw +done=-1 end if if link(10,34,"save") then @@ -727,6 +728,7 @@ for i=0 to ubound(commands) print #fh, commands(i) next i close fh +done=-1 end if if link(10,56,"export") then @@ -742,6 +744,7 @@ savebinaryPPM layers(1).ihandle, filename case else save32bitPNG layers(1).ihandle, filename end select +done=-1 end if if link(10,78,"exit") then system