From 3deae0c57ba27f1a8421ee12543253ec3ee2e8f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sun, 7 Nov 2021 12:23:56 +0100 Subject: [PATCH] Cosmetics --- src/GUI/graphitem.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/GUI/graphitem.cpp b/src/GUI/graphitem.cpp index cf819d9b..338c123e 100644 --- a/src/GUI/graphitem.cpp +++ b/src/GUI/graphitem.cpp @@ -36,11 +36,8 @@ void GraphItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, painter->setPen(_pen); painter->drawPath(_path); -/* - QPen p = QPen(QBrush(Qt::red), 0); - painter->setPen(p); - painter->drawRect(boundingRect()); -*/ + //painter->setPen(Qt::red); + //painter->drawRect(boundingRect()); } void GraphItem::setGraphType(GraphType type)