mirror of
https://gitee.com/openharmony/arkui_ace_engine
synced 2024-11-23 23:21:05 +00:00
!38056 progress组件去除不必要的标脏
Merge pull request !38056 from 徐钦锋/progress0718
This commit is contained in:
commit
f5b5595184
@ -390,6 +390,7 @@ void ProgressPattern::FireBuilder()
|
||||
auto host = GetHost();
|
||||
CHECK_NULL_VOID(host);
|
||||
if (!makeFunc_.has_value()) {
|
||||
CHECK_NULL_VOID(contentModifierNode_);
|
||||
host->RemoveChildAndReturnIndex(contentModifierNode_);
|
||||
contentModifierNode_ = nullptr;
|
||||
host->GetRenderContext()->SetClipToFrame(true);
|
||||
|
Loading…
Reference in New Issue
Block a user