mirror of
https://gitee.com/openharmony/arkui_ace_engine
synced 2024-12-02 12:29:44 +00:00
!40917 【挑单5.0Release】修改分组后标脏
Merge pull request !40917 from gxjhl/cherry-pick-1724220168
This commit is contained in:
commit
b89bbd41d7
@ -433,8 +433,6 @@ void WaterFlowPattern::OnSectionChanged(int32_t start)
|
||||
} else {
|
||||
layoutInfo_->InitSegments(sections_->GetSectionInfo(), start);
|
||||
}
|
||||
|
||||
MarkDirtyNodeSelf();
|
||||
}
|
||||
|
||||
void WaterFlowPattern::ResetSections()
|
||||
|
@ -175,6 +175,7 @@ public:
|
||||
void AddSectionChangeStartPos(int32_t start)
|
||||
{
|
||||
sectionChangeStartPos_.emplace_back(start);
|
||||
MarkDirtyNodeSelf();
|
||||
}
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user