diff --git a/src/core/components/progress_component.cpp b/src/core/components/progress_component.cpp index 9d6106ed2f54a5f18c699ec2062fccc63760d9e5..22427c33771e9a56b96f6a1aeb8b0b0c0b69a53c 100755 --- a/src/core/components/progress_component.cpp +++ b/src/core/components/progress_component.cpp @@ -327,9 +327,7 @@ void ProgressComponent::PostUpdate(uint16_t attrKeyId, bool updateResult) if (type_ == HORIZONTAL) { HorizonProgressPostDeal(); } else if (type_ == ARC) { - if ((attrKeyId == K_DIRECTION) || (attrKeyId == K_START_ANGLE) || (attrKeyId == K_TOTAL_ANGLE)) { - SetAngles(); - } + SetAngles(); } else { // Do nothing }