##// END OF EJS Templates
Fixed build error on linux
Tero Ahola -
r593:1b84d5d9bed8
parent child
Show More
@@ -85,7 +85,7 public:
85 85 backgroundGradient.setColorAt(0.0, QRgb(0xffffff));
86 86 backgroundGradient.setColorAt(1.0, QRgb(0xe9e9e9));
87 87 backgroundGradient.setCoordinateMode(QGradient::ObjectBoundingMode);
88 m_backgroundGradient = backgroundGradient;
88 m_chartBackgroundGradient = backgroundGradient;
89 89
90 90 // Axes and other
91 91 m_masterFont = QFont();
General Comments 0
You need to be logged in to leave comments. Login now