summaryrefslogtreecommitdiffstats
path: root/client/polyester.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'client/polyester.cpp')
-rwxr-xr-xclient/polyester.cpp2
1 files changed, 1 insertions, 1 deletions
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);