@@ -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(item |
|
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