By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1408
Collapse All | Expand All

(-)a/src/iconview/qiconview.cpp (-3 / +3 lines)
Lines 5770-5780 Link Here
5770
		if ( d->dragging ) {
5770
		if ( d->dragging ) {
5771
		    if ( !d->rubber )
5771
		    if ( !d->rubber )
5772
			drawDragShapes( d->oldDragPos );
5772
			drawDragShapes( d->oldDragPos );
5773
		}
5773
		    viewportPaintEvent( (QPaintEvent*)e );
5774
		bufferedPaintEvent( (QPaintEvent*)e );
5775
		if ( d->dragging ) {
5776
		    if ( !d->rubber )
5774
		    if ( !d->rubber )
5777
			drawDragShapes( d->oldDragPos );
5775
			drawDragShapes( d->oldDragPos );
5776
		} else {
5777
		    bufferedPaintEvent( (QPaintEvent*)e );
5778
		}
5778
		}
5779
	    }
5779
	    }
5780
	    return TRUE;
5780
	    return TRUE;

Return to bug 1408