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_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) == 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.