Fix translation in layout of Nested overlay
This commit is contained in:
parent
8ae4e28013
commit
716bf09923
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ where
|
|||
where
|
||||
Renderer: renderer::Renderer,
|
||||
{
|
||||
let translation = position - element.position();
|
||||
let translation = position - Point::ORIGIN;
|
||||
|
||||
let node = element.layout(renderer, bounds, translation);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue