##// END OF EJS Templates
warnings are errors Arska special fix nr. 2
Jani Honkonen -
r770:231325c284a1
parent child
Show More
@@ -152,7 +152,7 qreal Axis::shadesOpacity() const
152 void Axis::setLabelsAngle(int angle)
152 void Axis::setLabelsAngle(int angle)
153 {
153 {
154 foreach(QGraphicsItem* item , m_labels.childItems()) {
154 foreach(QGraphicsItem* item , m_labels.childItems()) {
155 QPointF center = item->boundingRect().center();
155 //QPointF center = item->boundingRect().center();
156 item->setRotation(angle);
156 item->setRotation(angle);
157 }
157 }
158
158
General Comments 0
You need to be logged in to leave comments. Login now