Ignore:
Timestamp:
Oct 27, 2010, 1:18:56 AM (15 years ago)
Author:
Dmitry A. Kuminov
Message:
 
File:
1 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 ((q->windowFlags() & Qt::Popup) != Qt::Popup)
    18271827                fl |= SWP_DEACTIVATE;
    18281828        }
Note: See TracChangeset for help on using the changeset viewer.