Properly highlight the window when bringing it to the front.

This can happen if our extras menu item is selected when the window is already open but not at the front. Previously, it would come to the front but the highlighting would not update to make it look active.
This commit is contained in:
Stephen Heumann 2019-04-20 18:45:28 -05:00
parent d615b32431
commit 7779776e80
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ static void DrawButtonOutlines(boolean justChanged);
void ShowBrowserWindow(void) {
if (windowOpened) {
BringToFront(window);
SelectWindow(window);
return;
}