Ignore:
Timestamp:
Jun 18, 2011, 7:23:01 AM (14 years ago)
Author:
rudi
Message:

Fix for redrawing problems (ticket #47)

File:
1 edited

Legend:

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

    r174 r195  
    34913491                QApplication::sendSpontaneousEvent( this, &e );
    34923492                if ( !testWFlags( WStaticContents ) )
    3493                     repaint( !testWFlags(WResizeNoErase) );
     3493                    repaint( testWFlags(WNoAutoErase) != WNoAutoErase );
    34943494            } else {
    34953495                QResizeEvent *e = new QResizeEvent( newSize, oldSize );
Note: See TracChangeset for help on using the changeset viewer.