mirror of
https://github.com/penpot/penpot.git
synced 2026-09-18 18:06:14 +00:00
🐛 Render children in the correct order
This commit is contained in:
parent
7eab6a2f1d
commit
9eefe13e8b
@ -734,7 +734,7 @@ impl RenderState {
|
|||||||
}
|
}
|
||||||
|
|
||||||
for child_id in children_ids.iter().rev() {
|
for child_id in children_ids.iter().rev() {
|
||||||
self.pending_nodes.push_back(NodeRenderState {
|
self.pending_nodes.push_front(NodeRenderState {
|
||||||
id: *child_id,
|
id: *child_id,
|
||||||
visited_children: false,
|
visited_children: false,
|
||||||
clip_bounds: children_clip_bounds,
|
clip_bounds: children_clip_bounds,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user