diff --git a/Source/Project64/UserInterface/Debugger/DebugDialog.h b/Source/Project64/UserInterface/Debugger/DebugDialog.h index 8db11d30a..7301cf31b 100644 --- a/Source/Project64/UserInterface/Debugger/DebugDialog.h +++ b/Source/Project64/UserInterface/Debugger/DebugDialog.h @@ -72,6 +72,9 @@ public: } if (m_hWnd) { + if (::IsIconic((HWND)m_hWnd)) { + SendMessage(m_hWnd, WM_SYSCOMMAND, SC_RESTORE, NULL); + } SetForegroundWindow((HWND)m_hWnd); } }