##// END OF EJS Templates
Fix QBarSet label color...
Fix QBarSet label color Check the new color against the current label brush color. The labelBrush() can return a new QBrush and comparing the color to a new brush does not set the color if new color is black. Change-Id: Ib228d277d04eedbd6e3b624417c339aa83c5235f Task-number: QTRD-3481 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>

File last commit:

r2724:c26fb372333d
r2768:c8449f649299
Show More
src.pro
6 lines | 105 B | text/idl | PrologLexer
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += charts
qtHaveModule(quick) {
SUBDIRS += chartsqml2
}