Changeset 185 for trunk/src/gui


Ignore:
Timestamp:
Sep 16, 2009, 10:34:10 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: Fixed: Close popups when resizing/moving the top level window.

File:
1 edited

Legend:

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

    r182 r185  
    742742                            int maxiter = 1024;
    743743                            QWidget *popup;
    744                             while ( (popup=QApplication::activePopupWidget()) && maxiter-- )
     744                            while ()
    745745                                popup->close();
    746746                        }
     
    947947            if (widget->translateConfigEvent(qmsg))
    948948                return (MRESULT)TRUE;
     949
     950
     951
     952
     953
     954
     955
     956
     957
     958
     959
     960
     961
    949962            break;
    950963        }
     
    21272140
    21282141    default:
     2142
     2143
     2144
     2145
     2146
     2147
    21292148        break;
    21302149    }
Note: See TracChangeset for help on using the changeset viewer.