-
Notifications
You must be signed in to change notification settings - Fork 337
Open
Description
Every time I use BeginCombo
the program just crashes. This is what I have:
ImGui.BeginCombo("##dacombo", "davalue");
ImGui.Selectable("davalue", true);
ImGui.EndCombo();
$ dotnet run
LaserFillPattern: /home/runner/work/ImGui.NET-nativebuild/ImGui.NET-nativebuild/cimgui/imgui/imgui.cpp:12596: void ImGui::EndPopup(): Assertion `window->Flags & ImGuiWindowFlags_Popup' failed.
It certainly doesn't help that the path to imgui.cpp
isn't a real path that I could open. That folder doesn't exist. /home/runner/
already doesn't exist.
Metadata
Metadata
Assignees
Labels
No labels