ngscopeclient / scopehal-apps

ngscopeclient and other client applications for libscopehal.
https://www.ngscopeclient.org/
BSD 3-Clause "New" or "Revised" License
534 stars 83 forks source link

macOS: Window content is stretched during resize #689

Open rgov opened 4 months ago

rgov commented 4 months ago

During a window resize operation, the window contents are stretched rather than smoothly scaled, and plots freeze momentarily. When the mouse is released, the GUI renders at the correct aspect ratio and plots update once again.

image
rgov commented 4 months ago

https://www.glfw.org/docs/3.3/window_guide.html#window_refresh ?

Related thread re: Win32: https://github.com/ocornut/imgui/issues/3672#issuecomment-1907878355