Skip to content

Commit

Permalink
abort action also aborts autoexit
Browse files Browse the repository at this point in the history
  • Loading branch information
setsumi committed Sep 14, 2023
1 parent eb7e9e2 commit 749404c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Unit1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,11 @@ void __fastcall TForm1::ActionAbortExecute(TObject *Sender)
{
btnAbortClick(btnAbort);
}

if (Exiting)
{
ExitStop();
}
}

// ---------------------------------------------------------------------------
Expand Down

0 comments on commit 749404c

Please sign in to comment.