diff --git a/client/polyester.cpp b/client/polyester.cpp index 747d543..c3c04cb 100755 --- a/client/polyester.cpp +++ b/client/polyester.cpp @@ -1536,7 +1536,7 @@ void polyesterClient::paintEvent(TQPaintEvent* e) { textPixmap = TQPixmap(textRect.width(), textRect.height()); textPixmap.fill(TQColor(0,0,0)); - textPixmap.setMask( textPixmap.createHeuristicMask(TRUE) ); + textPixmap.setMask( textPixmap.createHeuristicMask(true) ); tempPainter.begin(&textPixmap);