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

r194:c7a6b069859c
r312:0677c9dd6d92
Show More
scatter.pri
13 lines | 248 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qscatterseries.cpp \
$$PWD/scatterpresenter.cpp
PRIVATE_HEADERS += \
$$PWD/scatterpresenter_p.h \
$$PWD/scatterseries_p.h
PUBLIC_HEADERS += \
$$PWD/qscatterseries.h