Skip to content

Commit

Permalink
Docking works in main window. #62
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius committed Nov 10, 2024
1 parent 1876df9 commit e32a62d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platforms/desktop-shared/gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ void gui_render(void)
{
ImGui::NewFrame();

ImGui::DockSpaceOverViewport();

gui_in_use = dialog_in_use;

main_menu();
Expand Down

0 comments on commit e32a62d

Please sign in to comment.