##// END OF EJS Templates
Fix lingering visible shades from High Contrast theme...
Miikka Heikkinen -
r2450:923279d5fb26
parent child
Show More
@@ -968,6 +968,8 void QAbstractAxisPrivate::initializeTheme(ChartTheme* theme, bool forced)
968 968 || (theme->backgroundShades() == ChartTheme::BackgroundShadesVertical && axisX)
969 969 || (theme->backgroundShades() == ChartTheme::BackgroundShadesHorizontal && !axisX))) {
970 970 q_ptr->setShadesVisible(true);
971 } else {
972 q_ptr->setShadesVisible(false);
971 973 }
972 974 }
973 975 }
General Comments 0
You need to be logged in to leave comments. Login now