Checkpoint
This commit is contained in:
parent
872b5186e2
commit
044d9679ab
7 changed files with 548 additions and 153 deletions
|
@ -255,7 +255,7 @@ where
|
|||
// Ignore the element offset when drawing this element, as the origin is already specified
|
||||
// in absolute terms.
|
||||
origin -= cx.element_offset();
|
||||
cx.with_element_offset(Some(origin), |cx| self.paint(view_state, cx))
|
||||
cx.with_element_offset(origin, |cx| self.paint(view_state, cx))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue