-
-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug when resizing window from borders (with io.ConfigResizeWindowsFromEdges=true) #2110
Comments
Thank you. I suspect this could be related to non-rounded mouse positions. Could you confirm the io.MousePos value that are being passed to imgui on your setup? Will investigate.
|
Thank you, that's probably it then. If you need a temporary work-around in imgui_impl_glfw.cpp you can replace (As mentioned in the "Desirable Features to enable along with docking" paragraph in the other thread, this is unrelated to Docking, the feature is available on |
Thanks for this quick fix.
I do agree but this issue is only visible in the docking branch because in the other branches (master or viewport) you cannot resize from edges by default. That's why I added "Docking" in the title of this issue. I did not know the option |
…el-rounded by rounding mouse position input. (#2110)
This should be fixed in all branches now. |
Version/Branch of Dear ImGui:
Back-end file/Renderer/OS: (or specify if you are using a custom engine back-end)
My Issue/Question: (please provide context)
When you resize a window from the top border, the bottom border moves to the top. The same problem occurs if you resize from the left side (the right side moves to the left).
Screenshots/Video
The text was updated successfully, but these errors were encountered: