Skip to content

Commit

Permalink
Merge pull request cebix#257 from rakslice/windows_exit_on_prefs_exit
Browse files Browse the repository at this point in the history
Windows: when prefs window is closed, do not run the emulator
  • Loading branch information
kanjitalk755 authored Jan 23, 2025
2 parents e9c5e21 + 3ec0b33 commit bb2ad33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BasiliskII/src/Windows/prefs_editor_gtk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ static GtkWidget *make_combobox(GtkWidget *top, int label_id, const char *defaul
// Window closed
static gint window_closed(void)
{
start_clicked = false;
return FALSE;
}

Expand Down

0 comments on commit bb2ad33

Please sign in to comment.