##// 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:

r196:36c146599567
r312:0677c9dd6d92
Show More
scatterelement.cpp
12 lines | 206 B | text/x-c | CppLexer
#include "scatterelement.h"
QTCOMMERCIALCHART_BEGIN_NAMESPACE
ScatterElement::ScatterElement(QObject *parent) :
QObject(parent)
{
}
#include "moc_scatterelement.cpp"
QTCOMMERCIALCHART_END_NAMESPACE