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