##// END OF EJS Templates
Fix area series fill problem when component series have points visible...
Fix area series fill problem when component series have points visible Line series points are drawn by adding ellipses to line series path, which in turn is used by area series. QPainterPath fill algorithm cannot handle this case, as there would be fill required on both sides of the path. Task-number: QTRD-1941 Reviewed-by: Mika Salmela

File last commit:

r1772:15af6fdbb555
r2452:7ed67b83fa6c
Show More
qtcommercialchart.prf
17 lines | 329 B | application/pics-rules | TextLexer
/ features / qtcommercialchart.prf
Tero Ahola
Renamed to QtCommercialChart
r30 INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QtCommercialChart
Michal Klocek
minor. typo in previous commit
r1772 CONFIG(debug, debug|release) {
Michal Klocek
Fix wrong library name in debug mode
r1752
Michal Klocek
minor. typo in previous commit
r1772 mac: {
Tero Ahola
Fixed the prf file library name for OSX
r1420 LIBS += -lQtCommercialChart_debug
Michal Klocek
minor. typo in previous commit
r1772 } else {
win32: {
LIBS += -lQtCommercialChartd
} else {
LIBS += -lQtCommercialChart
}
Michal Klocek
Fix wrong library name in debug mode
r1752 }
Michal Klocek
minor. typo extra space in features/qtcommercialchart.prf
r1765
Tero Ahola
Fixed a typo in qtcommercialchart.prf
r1767 } else {
Michal Klocek
Revert "OSX: qmake 'unix' keyword is set (in addition to mac) on OSX"...
r1771 LIBS +=-lQtCommercialChart
Tero Ahola
Renamed to QtCommercialChart
r30 }