Mielie
Mielie
I'm also having this issue. Using imgui_impl_sdl.cpp + imgui_impl_metal.cpp with clang 13.0.0 compiling on an m1 Mac. For me this is happening with the demo program without any modifications. I...
This doesn't appear to be limited to enabling fullscreen, it also occurs when the window is resized by the user. If you drag to make the window larger it works,...
This is only an issue for me when I am running my code from Xcode in the debug mode. If I compile and execute outside of Xcode then I have...
@rokups The problem first started for me on Big Sur (which is when I started this project). It is still happening on Monterey (now on 12.2). I'm using an M1...
I normally have it set to default, but I've also tried the scaled options. There doesn't seem to be a way to select a specific resolution: 
Yup, tried all the options under scaled...
Just tried connecting an external display using HDMI. I set it as the main display and a non HDPI resolution (1024x768) and still got the issue.
I note that this issue is now closed, and the fix in ImGui.cpp mentioned has removed the assert when you reduce the application window size, however, I am still getting...