mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-27 22:48:47 +08:00
Call SetActiveWindow
This commit is contained in:
@@ -219,6 +219,7 @@ HWND GUIAPI OpenAboutDialog (HWND hHosting)
|
||||
|
||||
if (sg_AboutWnd != 0) {
|
||||
ShowWindow (sg_AboutWnd, SW_SHOWNORMAL);
|
||||
SetActiveWindow (sg_AboutWnd);
|
||||
return sg_AboutWnd;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user