##// END OF EJS Templates
Fixed bug in bargroup. Still some incorrect positions when drawing.
sauimone -
r79:9c922b32f63a
parent child
Show More
@@ -128,7 +128,7 void BarGroup::layoutChanged()
128 } else {
128 } else {
129 bar->setColor(QColor(255,255,0,128));
129 bar->setColor(QColor(255,255,0,128));
130 }
130 }
131 bar->setPos(itemIndex*posStep+startPos + series * mBarDefaultWidth, 0);
131 bar->setPos(item*posStep+startPos + series * mBarDefaultWidth, 0);
132 itemIndex++;
132 itemIndex++;
133 }
133 }
134 }
134 }
General Comments 0
You need to be logged in to leave comments. Login now