You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am just cutting and pasting your example on the main page. It doesn't work, and I am not sure if it is something that I am doing. It is crashing on line 5609 in imgui.cpp:
IM_ASSERT((window_flags & ImGuiWindowFlags_AlwaysAutoResize) == 0 && "Cannot specify ImGuiWindowFlags_AlwaysAutoResize for BeginChild(). Use ImGuiChildFlags_AlwaysAutoResize!");
Going up the stack, it originates here on line 236 in imGuiFileBrowser.cpp:
Hey, make sure you are using the supported imgui version. I haven't updated it in quite a while and currently I'm in the process of shifting my home so I don't have time to do so.
I am just cutting and pasting your example on the main page. It doesn't work, and I am not sure if it is something that I am doing. It is crashing on line 5609 in imgui.cpp:
IM_ASSERT((window_flags & ImGuiWindowFlags_AlwaysAutoResize) == 0 && "Cannot specify ImGuiWindowFlags_AlwaysAutoResize for BeginChild(). Use ImGuiChildFlags_AlwaysAutoResize!");
Going up the stack, it originates here on line 236 in imGuiFileBrowser.cpp:
ImGui::BeginChild("##NavigationWindow", nw_size, true, ImGuiWindowFlags_AlwaysAutoResize | ImGuiWindowFlags_NoScrollbar);
The text was updated successfully, but these errors were encountered: