diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-03-01 23:18:51 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-03-01 23:18:51 -0600 |
commit | cb6a50aa2564adf03b5ccd87b8ee0e68947d3a61 (patch) | |
tree | ffb7d329aaade863cf3969c1a5652341a5d0a4cc | |
parent | 2d10fcbf891ee3a034f083ba67dc1a37cbeca387 (diff) | |
download | tqt3-cb6a50aa2564adf03b5ccd87b8ee0e68947d3a61.tar.gz tqt3-cb6a50aa2564adf03b5ccd87b8ee0e68947d3a61.zip |
Automated update from Qt3
-rw-r--r-- | src/iconview/qiconview.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/iconview/qiconview.cpp b/src/iconview/qiconview.cpp index dbf764a0f..c1ba1ea34 100644 --- a/src/iconview/qiconview.cpp +++ b/src/iconview/qiconview.cpp @@ -5800,11 +5800,11 @@ bool TQIconView::eventFilter( TQObject * o, TQEvent * e ) if ( d->dragging ) { if ( !d->rubber ) drawDragShapes( d->oldDragPos ); - } - bufferedPaintEvent( (TQPaintEvent*)e ); - if ( d->dragging ) { + viewportPaintEvent( (TQPaintEvent*)e ); if ( !d->rubber ) drawDragShapes( d->oldDragPos ); + } else { + bufferedPaintEvent( (TQPaintEvent*)e ); } } return TRUE; |