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/qwidget_pm.cpp

    r155 r195  
    20022002            QApplication::sendEvent( this, &e );
    20032003            if ( !testWFlags( WStaticContents ) )
    2004                 repaint( !testWFlags(WResizeNoErase) );
     2004                repaint( testWFlags(WNoAutoErase) != WNoAutoErase );
    20052005        }
    20062006    } else {
Note: See TracChangeset for help on using the changeset viewer.