mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
- revert change from revision 41251, because it introduce more problems then it fixes
- basic problem still unsolved, window z-ordering doesn't work properly svn path=/trunk/; revision=42956
This commit is contained in:
@@ -1022,7 +1022,11 @@ co_WinPosSetWindowPos(
|
||||
if (InsertAfterWindow != NULL)
|
||||
UserDereferenceObject(InsertAfterWindow);
|
||||
if ((HWND_TOPMOST == WinPos.hwndInsertAfter)
|
||||
&& (IntIsDesktopWindow(Window->Parent)))
|
||||
|| (0 != (Window->Wnd->ExStyle & WS_EX_TOPMOST)
|
||||
&& NULL != Window->PrevSibling
|
||||
&& 0 != (Window->PrevSibling->Wnd->ExStyle & WS_EX_TOPMOST))
|
||||
|| (NULL != Window->NextSibling
|
||||
&& 0 != (Window->NextSibling->Wnd->ExStyle & WS_EX_TOPMOST)))
|
||||
{
|
||||
Window->Wnd->ExStyle |= WS_EX_TOPMOST;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user