Raise the main window when opening the debugger.

This commit is contained in:
Unknown W. Brackets 2013-03-31 18:28:13 -07:00
parent d8cb2cdffb
commit 3564b1579b

View file

@ -636,6 +636,8 @@ namespace MainWindow
if (nextState == CORE_RUNNING)
PostMessage(hwndMain, WM_COMMAND, ID_EMULATION_RUN, 0);
SetForegroundWindow(hwndMain);
break;