2cb673fd81
### Problem description On macOS `glfwSetWindowSizeCallback` is invoked early during window resizing, rendering a frame in that callback leads to wonky results as the new framebuffer is swapped before the OS has the chance to actually resize the window: https://github.com/WerWolv/ImHex/assets/1068675/46336419-3fc2-4aa1-b16f-68b0c00e3584 ### Implementation description Window contents are redrawn only from `glfwSetWindowRefreshCallback` during resizing, fixing the issue: https://github.com/WerWolv/ImHex/assets/1068675/3acc5d4a-b2a5-42f0-9015-5e7172a027cf |
||
---|---|---|
.. | ||
forwarder | ||
gui | ||
updater | ||
CMakeLists.txt |