1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-19 13:24:23 +02:00

Use OpenGL also for graph views when selected

This commit is contained in:
2016-12-07 02:02:39 +01:00
parent da1b2bb90a
commit b24136a580
4 changed files with 34 additions and 2 deletions

View File

@ -7,7 +7,9 @@
InfoItem::InfoItem(QGraphicsItem *parent) : QGraphicsItem(parent)
{
#ifndef Q_OS_MAC
setCacheMode(QGraphicsItem::DeviceCoordinateCache);
#endif // Q_OS_MAC
}
void InfoItem::updateBoundingRect()