Fixed multiple instances when one is minimized
This commit is contained in:
@@ -468,6 +468,7 @@ int RegisterWinClass(void)
|
||||
|
||||
if (hFindWindow != NULL)
|
||||
{
|
||||
ShowWindow(hFindWindow, SW_SHOWNORMAL);
|
||||
SetForegroundWindow(hFindWindow);
|
||||
DosExit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user