Disable NavUpdateWindowing

This commit is contained in:
Matt Borgerson 2023-07-22 21:25:26 -07:00
parent d4ddc46e77
commit fceff3210b

View File

@ -11416,7 +11416,7 @@ static void ImGui::NavUpdate()
g.NavWindow->NavLastChildNavWindow = NULL;
// Update CTRL+TAB and Windowing features (hold Square to move/resize/etc.)
NavUpdateWindowing();
// NavUpdateWindowing();
// Set output flags for user application
io.NavActive = (nav_keyboard_active || nav_gamepad_active) && g.NavWindow && !(g.NavWindow->Flags & ImGuiWindowFlags_NoNavInputs);