@@ -78,6 +78,7 void PieAnimation::removeSlice(PieSliceItem *sliceItem) | |||||
78 | endValue.m_radius = 0; |
|
78 | endValue.m_radius = 0; | |
79 | endValue.m_startAngle = endValue.m_startAngle + endValue.m_angleSpan; |
|
79 | endValue.m_startAngle = endValue.m_startAngle + endValue.m_angleSpan; | |
80 | endValue.m_angleSpan = 0; |
|
80 | endValue.m_angleSpan = 0; | |
|
81 | endValue.m_isLabelVisible = false; | |||
81 |
|
82 | |||
82 | animation->updateValue(endValue); |
|
83 | animation->updateValue(endValue); | |
83 | animation->setDuration(1000); |
|
84 | animation->setDuration(1000); |
General Comments 0
You need to be logged in to leave comments.
Login now