Changeset 807 for trunk/src


Ignore:
Timestamp:
Oct 27, 2010, 1:18:56 AM (15 years ago)
Author:
Dmitry A. Kuminov
Message:
 
Location:
trunk/src/gui/kernel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/kernel/qwidget_pm.cpp

    r775 r807  
    18241824        ULONG fl = SWP_HIDE;
    18251825        if (q->isWindow() && frameWinId() != NULLHANDLE) {
    1826             if (!(q->windowFlags() & Qt::Popup))
     1826            if ()
    18271827                fl |= SWP_DEACTIVATE;
    18281828        }
  • trunk/src/gui/kernel/qwidget_win.cpp

    r769 r807  
    10591059#endif
    10601060    if (q->windowFlags() != Qt::Desktop) {
    1061         if ((q->windowFlags() & Qt::Popup) && q->internalWinId())
     1061        if ((q->windowFlags() & Qt::Popup) && q->internalWinId())
    10621062            ShowWindow(q->internalWinId(), SW_HIDE);
    10631063        else if (q->internalWinId())
Note: See TracChangeset for help on using the changeset viewer.