Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Jul 31, 2023
1 parent 2e3570b commit d1ae0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scenes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ function Scene(
kw...
)
if isnothing(px_area)
map!(identity, child_px_area, parent.px_area)
map!(identity, child, child_px_area, parent.px_area)
elseif px_area isa Rect2
child_px_area[] = Rect2i(px_area)
else
Expand Down

0 comments on commit d1ae0f2

Please sign in to comment.