Suggestion Intuitive Fullscreen Viewport #1899
martinosspa
started this conversation in
Contributing
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Instead of having to call
dpg.toggle_viewport_fullscreen()
afterdpg.show_viewport()
I would suggest a simple change to handle it with a flag in the initialization of the viewport usingdpg.show_viewport(fullscreen=True)
andFalse
being the default option for easier use.Beta Was this translation helpful? Give feedback.
All reactions