@@ -44,7 +44,7 public: | |||
|
44 | 44 | // System theme not used at the moment (the user is not able to select this theme) |
|
45 | 45 | ChartThemeSystem() : ChartTheme(QChart::ChartThemeLight /*QChart::ChartThemeSystem*/) |
|
46 | 46 | { |
|
47 | #ifdef Q_OS_WIN | |
|
47 | #if defined(Q_OS_WIN) && !defined(Q_OS_WINRT) | |
|
48 | 48 | // We could also use theme specific window frame color as a series base color (it would give more |
|
49 | 49 | // variation to the base colors in addition to the blue and black used now) |
|
50 | 50 |
General Comments 0
You need to be logged in to leave comments.
Login now