Chart space remove drop shadow

.. even with opengl the performance is terrible.
This commit is contained in:
Mark Liversedge
2020-08-29 11:12:06 +01:00
parent c3f7cf1404
commit 9e4fe431e4

View File

@@ -89,12 +89,14 @@ class ChartSpaceItem : public QGraphicsWidget
type = 0;
delcounter=0;
#if 0
effect = new QGraphicsDropShadowEffect();
effect->setXOffset(6);
effect->setYOffset(6);
effect->setColor(QColor(127,127,127,64));
effect->setBlurRadius(10);
this->setGraphicsEffect(effect);
#endif
// watch geom changes
connect(this, SIGNAL(geometryChanged()), SLOT(geometryChanged()));