Call SetActiveWindow

This commit is contained in:
Vincent Wei
2020-02-20 21:14:48 +08:00
parent 3f9939955d
commit 147cbb2152
+1
View File
@@ -219,6 +219,7 @@ HWND GUIAPI OpenAboutDialog (HWND hHosting)
if (sg_AboutWnd != 0) {
ShowWindow (sg_AboutWnd, SW_SHOWNORMAL);
SetActiveWindow (sg_AboutWnd);
return sg_AboutWnd;
}