##// END OF EJS Templates
Fixed bug in setting chart theme...
Fixed bug in setting chart theme The bug was that if you first add a series, then change theme and then restore the original theme, the color of the series was changed even though it should have been restored to match the original color.

File last commit:

r282:2a015f15bbd4
r312:0677c9dd6d92
Show More
qpercentbarchartseries.cpp
13 lines | 281 B | text/x-c | CppLexer
/ src / barchart / qpercentbarchartseries.cpp
#include "qpercentbarchartseries.h"
QTCOMMERCIALCHART_BEGIN_NAMESPACE
QPercentBarChartSeries::QPercentBarChartSeries(QBarCategory *category, QObject *parent)
: QBarChartSeries(category, parent)
{
}
#include "moc_qpercentbarchartseries.cpp"
QTCOMMERCIALCHART_END_NAMESPACE