Skip to content

Commit a984e39

Browse files
Update nk_theme.c
Correct End application dialog "Cancel".
1 parent 12cb0b3 commit a984e39

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

nk_theme.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,7 @@ nk_theme(struct nk_context *ctx,
624624
if (nk_button_label(ctx, "Cancel"))
625625
{
626626
exit_check = nk_false;
627+
*quit_app = 0;
627628
nk_popup_close(ctx);
628629
}
629630
nk_popup_end(ctx);

0 commit comments

Comments
 (0)