- Timestamp:
- Sep 19, 2002, 11:37:42 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r9259 r9265 1 /* $Id: win32wbase.cpp,v 1.3 39 2002-09-17 17:43:07sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.340 2002-09-19 09:37:42 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 825 825 826 826 //set the window size and update the client 827 //@@PF Popup children of inactive windows can thus bring inactive window 828 //on top, this is not correct, popup windows can be on top only if their owner 829 //is in foreground, otherwise they are linked after owner. 830 if (((dwStyle & (WS_CHILD|WS_POPUP)) == WS_POPUP) && getOwner() && (getOwner()->getWindowHandle() != GetForegroundWindow())) 831 { 832 hwndLinkAfter = getOwner()->getWindowHandle(); 833 } 827 834 SetWindowPos(hwndLinkAfter, tmpRect.left, tmpRect.top, tmpRect.right-tmpRect.left, tmpRect.bottom-tmpRect.top,SWP_NOACTIVATE | SWP_NOREDRAW | SWP_FRAMECHANGED); 828 835
Note:
See TracChangeset
for help on using the changeset viewer.