Changeset 195 for trunk/src/kernel/qwidget_pm.cpp
- Timestamp:
- Jun 18, 2011, 7:23:01 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel/qwidget_pm.cpp
r155 r195 2002 2002 QApplication::sendEvent( this, &e ); 2003 2003 if ( !testWFlags( WStaticContents ) ) 2004 repaint( !testWFlags(WResizeNoErase));2004 repaint( testWFlags(WNoAutoErase) != WNoAutoErase ); 2005 2005 } 2006 2006 } else {
Note:
See TracChangeset
for help on using the changeset viewer.