Changeset 195 for trunk/src/kernel/qapplication_pm.cpp
- Timestamp:
- Jun 18, 2011, 7:23:01 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel/qapplication_pm.cpp
r174 r195 3491 3491 QApplication::sendSpontaneousEvent( this, &e ); 3492 3492 if ( !testWFlags( WStaticContents ) ) 3493 repaint( !testWFlags(WResizeNoErase));3493 repaint( testWFlags(WNoAutoErase) != WNoAutoErase ); 3494 3494 } else { 3495 3495 QResizeEvent *e = new QResizeEvent( newSize, oldSize );
Note:
See TracChangeset
for help on using the changeset viewer.