This commit is contained in:
feelamee 2026-09-25 22:01:47 +09:00 • committed by GitHub
commit 07b068c2d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5898,7 +5898,7 @@ void ImGui::NewFrame()
// This fallback is particularly important as it prevents ImGui:: calls from crashing.
g.WithinFrameScopeWithImplicitWindow = true;
SetNextWindowSize(ImVec2(400, 400), ImGuiCond_FirstUseEver);
Begin("Debug##Default");
Begin("Debug##Default", NULL, ImGuiWindowFlags_NoFocusOnAppearing);
IM_ASSERT(g.CurrentWindow->IsFallbackWindow == true);
// Store stack sizes