##// END OF EJS Templates
Slice remove animation hides the label
Jani Honkonen -
r1075:07aed3db7a24
parent child
Show More
@@ -78,6 +78,7 void PieAnimation::removeSlice(PieSliceItem *sliceItem)
78 78 endValue.m_radius = 0;
79 79 endValue.m_startAngle = endValue.m_startAngle + endValue.m_angleSpan;
80 80 endValue.m_angleSpan = 0;
81 endValue.m_isLabelVisible = false;
81 82
82 83 animation->updateValue(endValue);
83 84 animation->setDuration(1000);
General Comments 0
You need to be logged in to leave comments. Login now