From 2ee1363be532a4a49ead049a7df950bc4c0b11bd Mon Sep 17 00:00:00 2001 From: krepa098 Date: Fri, 2 Jan 2015 20:37:51 +0100 Subject: [PATCH] don't set cache mode --- src/chatlog/content/text.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chatlog/content/text.cpp b/src/chatlog/content/text.cpp index ac968fa1e..55525281a 100644 --- a/src/chatlog/content/text.cpp +++ b/src/chatlog/content/text.cpp @@ -40,7 +40,7 @@ Text::Text(const QString& txt, QFont font, bool enableElide) ensureIntegrity(); freeResources(); - setCacheMode(QGraphicsItem::DeviceCoordinateCache); + //setCacheMode(QGraphicsItem::DeviceCoordinateCache); } Text::~Text()