mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-26 20:45:36 +08:00
Call SetActiveWindow in OpenAboutDialog if there is already a about dialog instance
This commit is contained in:
@@ -203,6 +203,7 @@ void GUIAPI OpenAboutDialog (void)
|
||||
|
||||
if (sg_AboutWnd != 0) {
|
||||
ShowWindow (sg_AboutWnd, SW_SHOWNORMAL);
|
||||
SetActiveWindow (sg_AboutWnd);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user