Skip to content

Commit

Permalink
Switch focus back to main window after creating external automap
Browse files Browse the repository at this point in the history
  • Loading branch information
bradharding committed Nov 23, 2023
1 parent ceb8c27 commit 28822ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/i_video.c
Original file line number Diff line number Diff line change
Expand Up @@ -1068,6 +1068,8 @@ bool I_CreateExternalAutomap(void)
C_Output("Display %i of %i is being used for the external automap.",
am_display, numdisplays);

SDL_RaiseWindow(window);

return true;
}

Expand Down

0 comments on commit 28822ad

Please sign in to comment.