We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2afc43 commit 15e4347Copy full SHA for 15e4347
python/demo_hub/gui/app.py
@@ -71,7 +71,7 @@ def _simulate(state: GuiState) -> None:
71
def _render(state: GuiState) -> None: # pragma: no cover - manual UI
72
io = imgui.get_io()
73
io.config_flags |= imgui.ConfigFlags_.docking_enable
74
- imgui.dock_space_over_viewport(0, imgui.get_main_viewport())
+ imgui.dock_space_over_viewport()
75
76
_simulate(state)
77
0 commit comments