Skip to content

Commit

Permalink
Merge branch 'main' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
dacap committed Nov 19, 2024
2 parents 1ddaf36 + a1c113a commit 370ab27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions os/osx/window.mm
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,8 @@ - (void)noResponderFor:(SEL)eventSelector
// returns YES).
if (m_nsWindow.canBecomeMainWindow)
[m_nsWindow makeMainWindow];
else
[m_nsWindow setIsVisible:true];
}
else {
[m_nsWindow setIsVisible:false];
Expand Down

0 comments on commit 370ab27

Please sign in to comment.