1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 11:45:53 +01:00

Cosmetics

This commit is contained in:
Martin Tůma 2021-11-07 12:23:56 +01:00
parent 7ddadf9811
commit 3deae0c57b

View File

@ -36,11 +36,8 @@ void GraphItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *option,
painter->setPen(_pen); painter->setPen(_pen);
painter->drawPath(_path); painter->drawPath(_path);
/* //painter->setPen(Qt::red);
QPen p = QPen(QBrush(Qt::red), 0); //painter->drawRect(boundingRect());
painter->setPen(p);
painter->drawRect(boundingRect());
*/
} }
void GraphItem::setGraphType(GraphType type) void GraphItem::setGraphType(GraphType type)