mirror of
https://gitee.com/openharmony/arkui_ace_engine
synced 2025-01-08 09:53:20 +00:00
ListItemGroup适配1px取整适配TDD
Signed-off-by: SQ <sunqi57@huawei.com> Change-Id: I3808cc429112dd3429984236d600719a4f194c1b
This commit is contained in:
parent
aea2001e64
commit
603eb3814e
@ -70,6 +70,7 @@ public:
|
||||
auto geometryNode = host->GetGeometryNode();
|
||||
CHECK_NULL_VOID(geometryNode);
|
||||
paintRect_ = geometryNode->GetFrameRect();
|
||||
geometryNode->SetPixelGridRoundOffset(paintRect_.GetOffset());
|
||||
}
|
||||
|
||||
RectF GetPaintRectWithTransform() override
|
||||
|
Loading…
Reference in New Issue
Block a user