-
Notifications
You must be signed in to change notification settings - Fork 2
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
maximizing a c.window() causes infinite flickering #33
Comments
bump |
Maximizing the application? Works fine for me on Ubuntu. Is it a Windows issue? |
Maximizing a window inside the rendered window using the internal window system which allows to drag a window into the middle to maximize it. Yes on Windows. |
Take a look at this screencast: |
Thanks for the information. I was able to reproduce. I already had a similiar issue in the past, but I can't remember what was the cause. Will investigate. |
perhaps related to ocornut/imgui#2286 |
Caused by nested windows (ocornut/imgui#2109 (comment)). You shouldn't really nest windows, since the code inside a window is only executed when the window is open. This leads to a feedback loop:
That's the reason the docs for EDIT: I will push the changes after your PR is merged. |
Alright, great, ill push the final ammendmends as discussed in the PR in a bit. |
Updated docs. Closing. |
Can you implement & push a workaround for this problem according to what how it is currently implemented here: https://github.com/chwba/concur_gui_test/blob/847d94a4d85271131023d2435a9c23d1698e6e39/src/features/nice_feature/nice_feature_gui.py#L59 |
No description provided.
The text was updated successfully, but these errors were encountered: