Samuel Sieb - 2005-08-02

Logged In: YES
user_id=1234742

I found the problem.
In QcwTextWidget::tDraw::tDraw( QcwTextWidget* aTW ), if the
cursor is currently visible, the raster op is set to XOR and
not changed back. To fix the problem, add "setRasterOp(
CopyROP );" at the end inside the if statement. I wonder
why this suddenly became an issue with QT 3.3. We didn't
have this problem before with QT 3.0, although it seems it
should have.