Fix the colors - brush wasn't being set anymore.

Also a bit of code cleanup.

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2015-01-16 17:17:55 -02:00 committed by Dirk Hohndel
parent a6e95511a6
commit d2c5770ae1
2 changed files with 1 additions and 6 deletions

View file

@ -25,8 +25,6 @@ private:
QGraphicsPathItem *textBackgroundItem;
QGraphicsPathItem *textItem;
QString internalText;
color_indice_t colorIndex;
QBrush brush;
double scale;
};