mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Chart space remove drop shadow
.. even with opengl the performance is terrible.
This commit is contained in:
@@ -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()));
|
||||
|
||||
Reference in New Issue
Block a user