Open asinghvi17 opened 2 years ago
I think the functionality is there, but not connected. https://github.com/JuliaPlots/Makie.jl/blob/3f8780935ee4dca7a46c44426ac8157ec9e06859/GLMakie/src/screen.jl#L176-L181
perhaps we should propagate updates to scene.px_area to the GLScreen as well?
That would probably loop infinitely because window resize events update scene.px_area.
Related #1821
Calling
resize!(fig, ...)
orresize!(sc, ...)
does not lead to the display window resizing in GLMakie. I am inclined to think this is a GLMakie-based issue - perhaps we should propagate updates toscene.px_area
to the GLScreen as well?