From 8ad8af67b7e63c67c2f462f8226ece733de40bed Mon Sep 17 00:00:00 2001 From: Jan Grewe Date: Tue, 11 Sep 2018 14:42:07 +0200 Subject: [PATCH] cleanup --- chart.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/chart.cpp b/chart.cpp index 5eaba4e..d934330 100644 --- a/chart.cpp +++ b/chart.cpp @@ -9,8 +9,6 @@ Chart::Chart(QGraphicsItem *parent, Qt::WindowFlags wFlags) : QChart(QChart::ChartTypeCartesian, parent, wFlags) { - // Seems that QGraphicsView (QChartView) does not grab gestures. - // They can only be grabbed here in the QGraphicsWidget (QChart). setContentsMargins(0, 0, 0, 0); setMargins(QMargins(0,0,0,0)); setBackgroundRoundness(0);