Call SetActiveWindow in OpenAboutDialog if there is already a about dialog instance

This commit is contained in:
Vincent Wei
2020-02-21 11:49:43 +08:00
parent 17ba967eb2
commit 0519637d62
+1
View File
@@ -203,6 +203,7 @@ void GUIAPI OpenAboutDialog (void)
if (sg_AboutWnd != 0) {
ShowWindow (sg_AboutWnd, SW_SHOWNORMAL);
SetActiveWindow (sg_AboutWnd);
return;
}