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

r249:bfba57666177
r312:0677c9dd6d92
Show More
linechart.pri
13 lines | 308 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/linechartanimationitem.cpp \
$$PWD/linechartitem.cpp \
$$PWD/qlinechartseries.cpp
PRIVATE_HEADERS += \
$$PWD/linechartitem_p.h \
$$PWD/linechartanimationitem_p.h
PUBLIC_HEADERS += \
$$PWD/qlinechartseries.h