You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version: 1.11.0 - 1.11.1
Operating System: Windows 10 Enterprise 21H2
My Issue/Question
Resizing the window by dragging it horizontally/vertically (not forcing fullscreen or snapping) causes break in logic that causes items to be drawn over by the black background
To Reproduce
Steps to reproduce the behavior:
Create a new python venv with just pip, install dearpygui version >= 1.11.0
Drag the side of the window left and right over the window on the screen, and it will have background covering the foreground and breaking the logic.
Expected behavior
Every version before this does not do this, it should not break when you resize the window. If you force the version to be 1.10.1 or earlier, you will not have this issue.
Standalone, minimal, complete and verifiable example
# Literally you can use the demo code to reproduce this issue importdearpygui.dearpyguiasdpgimportdearpygui.demoasdemodpg.create_context()
dpg.create_viewport(title='Custom Title', width=600, height=600)
demo.show_demo()
dpg.setup_dearpygui()
dpg.show_viewport()
dpg.start_dearpygui()
dpg.destroy_context()
The text was updated successfully, but these errors were encountered:
Version of Dear PyGui
Version: 1.11.0 - 1.11.1
Operating System: Windows 10 Enterprise 21H2
My Issue/Question
Resizing the window by dragging it horizontally/vertically (not forcing fullscreen or snapping) causes break in logic that causes items to be drawn over by the black background
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Every version before this does not do this, it should not break when you resize the window. If you force the version to be 1.10.1 or earlier, you will not have this issue.
Standalone, minimal, complete and verifiable example
The text was updated successfully, but these errors were encountered: