Skip to content

Commit

Permalink
send cmMenuLeave on popup exit
Browse files Browse the repository at this point in the history
  • Loading branch information
dk committed Dec 11, 2024
1 parent c525472 commit d39efe2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unix/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -2162,6 +2162,7 @@ prima_end_menu(void)
free_unix_items( w);
free( w);
XX-> w = NULL;
send_command(guts.currentMenu, cmMenuLeave, NULL);
} else {
XX-> w-> next = NULL;
menu_select_item( guts.currentMenu, XX-> w, -100);
Expand Down

0 comments on commit d39efe2

Please sign in to comment.