Fixed an unbalanced windows lock/unlock sequence in
WINPOS_ActivateOtherWindow.
This commit is contained in:
parent
944491bcae
commit
10619e98e4
|
@ -1873,6 +1873,7 @@ BOOL WINPOS_ActivateOtherWindow(WND* pWnd)
|
|||
{
|
||||
WND* pWndPtr = WIN_GetTopParentPtr(pWnd);
|
||||
|
||||
WIN_ReleaseWndPtr(pWndTo);
|
||||
pWndTo = WIN_FindWndPtr(hwndPrevActive);
|
||||
|
||||
while( !WINPOS_CanActivate(pWndTo) )
|
||||
|
|
Loading…
Reference in New Issue