mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
Cosmetics
This commit is contained in:
parent
7ddadf9811
commit
3deae0c57b
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user