Rokas Kupstys
Rokas Kupstys
#5301 also a relevant issue with a workaround.
Could something like this be considered for a fix? ```diff diff --git a/CMake/Modules/CPM.cmake b/CMake/Modules/CPM.cmake index e3b1bfbda3..7ee7e5798a 100644 --- a/CMake/Modules/CPM.cmake +++ b/CMake/Modules/CPM.cmake @@ -765,8 +765,6 @@ function(CPMAddPackage) set(CPM_FETCHCONTENT_BASE_DIR ${CMAKE_BINARY_DIR}/_deps) endif() -...
As i mentioned in another issue, this is a known bug which we reported to SDL and GLFW and are waiting for fixes. https://github.com/libsdl-org/SDL/issues/3813 https://github.com/glfw/glfw/issues/1817
Working on better handling this situation. Proof of concept patch linked above ☝🏻. It only works for GLFW as it properly reports window position when window is stuck at the...
Usecase for this would be interesting to hear.
@eugeneko it is indeed this simple. This was the whole point of network reqork, which enabled networking in web builds
Thank you for reminding us of this. If @eugeneko does not come up with any complaints ill merge this in coming days.
From the screenshots it is obvious that toolbar is too high. We need to make it smaller, not move things around. While i do not immediately see whats wrong (without...
Maybe my hdpi patch broke in some subtle way during last update. If thst is the case I would rather not fix it. Omar is working on a proper hdpi...
It is a known issue which we reported to SDL and GLFW and are waiting for fixes. https://github.com/glfw/glfw/issues/1817 https://github.com/libsdl-org/SDL/issues/3813