diff options
author | Timothy Pearson <[email protected]> | 2012-09-13 19:47:00 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-09-13 19:47:00 -0500 |
commit | 4623775a226d3d21dac6fee77fcaa9bfa477e6b8 (patch) | |
tree | 83c5dc8178d3b1207e310d8602e8512168811a9c /src/kernel/qpainter_x11.cpp | |
parent | dc14a278e281a7815d53b63fbeac149888c60ac6 (diff) | |
download | tqt3-4623775a226d3d21dac6fee77fcaa9bfa477e6b8.tar.gz tqt3-4623775a226d3d21dac6fee77fcaa9bfa477e6b8.zip |
Automated update from Qt3
Diffstat (limited to 'src/kernel/qpainter_x11.cpp')
-rw-r--r-- | src/kernel/qpainter_x11.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/qpainter_x11.cpp b/src/kernel/qpainter_x11.cpp index b368942dc..f057e7b1f 100644 --- a/src/kernel/qpainter_x11.cpp +++ b/src/kernel/qpainter_x11.cpp @@ -1860,8 +1860,8 @@ void TQPainter::drawWinFocusRect( int x, int y, int w, int h, TQPDevCmdParam param[1]; TQRect r( x, y, w-1, h-1 ); TQBrush noBrush; + setBrush( noBrush ); param[0].rect = &r; - param[0].brush = &noBrush; if ( !pdev->cmd( TQPaintDevice::PdcDrawRect, this, param ) || !hd) { setRasterOp( old_rop ); setPen( old_pen ); |