GSDumpGUI: Close when GSdx window is hidden.

The plugin hides the window on WM_CLOSE (wnd x button) and does not post quit message.
This commit is contained in:
KrossX 2019-07-29 08:25:50 -03:00 committed by lightningterror
parent b245b06959
commit 0d6b9e9570
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ namespace GSDumpGUI
} }
} }
if (!Running) if (!Running || !NativeMethods.IsWindowVisible(hWnd))
break; break;
if (DebugMode) if (DebugMode)