Browse Source

don't set cache mode

pull/974/head
krepa098 11 years ago
parent
commit
2ee1363be5
  1. 2
      src/chatlog/content/text.cpp

2
src/chatlog/content/text.cpp

@ -40,7 +40,7 @@ Text::Text(const QString& txt, QFont font, bool enableElide)
ensureIntegrity(); ensureIntegrity();
freeResources(); freeResources();
setCacheMode(QGraphicsItem::DeviceCoordinateCache); //setCacheMode(QGraphicsItem::DeviceCoordinateCache);
} }
Text::~Text() Text::~Text()

Loading…
Cancel
Save