##// END OF EJS Templates
Minor typo correction...
Titta Heikkala -
r2796:4ca4d999ae6d
parent child
Show More
@@ -976,7 +976,7 void QAbstractAxisPrivate::initializeTheme(ChartTheme* theme, bool forced)
976 976 q_ptr->setLinePen(theme->axisLinePen());
977 977
978 978 if (forced || QChartPrivate::defaultPen() == m_gridLinePen)
979 q_ptr->setGridLinePen(theme->girdLinePen());
979 q_ptr->setGridLinePen(theme->gridLinePen());
980 980 if (forced || QChartPrivate::defaultPen() == m_minorGridLinePen)
981 981 q_ptr->setMinorGridLinePen(theme->minorGridLinePen());
982 982
@@ -65,7 +65,7 public:
65 65 QBrush backgroundShadesBrush() const { return m_backgroundShadesBrush; }
66 66 BackgroundShadesMode backgroundShades() const { return m_backgroundShades; }
67 67 bool isBackgroundDropShadowEnabled() const { return m_backgroundDropShadowEnabled; }
68 QPen girdLinePen() const { return m_gridLinePen; }
68 QPen gridLinePen() const { return m_gridLinePen; }
69 69 QPen minorGridLinePen() const { return m_minorGridLinePen; }
70 70
71 71 protected:
General Comments 0
You need to be logged in to leave comments. Login now