Skip to content

Commit 3548b4a

Browse files
committed
Fix #1541: MacOS: Crash when exiting fullscreen mode
#1541 (comment) This is a blind fix.
1 parent 609904d commit 3548b4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fullscreen.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,7 @@ void fullscreen_stop(FullScreenData *fs)
604604
}
605605
}
606606

607+
gtk_window_unfullscreen(GTK_WINDOW(fs->window));
607608

608609
if (fs->stop_func) fs->stop_func(fs, fs->stop_data);
609610

0 commit comments

Comments
 (0)