@@ -190,6 +190,10 void ChartTheme::decorate(PiePresenter* item, QPieSeries* series, int /*count*/) | |||
|
190 | 190 | QColor c = m_seriesColor[i++]; |
|
191 | 191 | i = i % m_seriesColor.count(); |
|
192 | 192 | |
|
193 | // dont use black colors... looks bad | |
|
194 | if (c == Qt::black) | |
|
195 | continue; | |
|
196 | ||
|
193 | 197 | // by default use the "raw" theme color |
|
194 | 198 | if (!colors.contains(c)) { |
|
195 | 199 | colors << c; |
General Comments 0
You need to be logged in to leave comments.
Login now