update ui, tests
This commit is contained in:
2
external/imgui/imgui_demo.cpp
vendored
2
external/imgui/imgui_demo.cpp
vendored
@ -2280,7 +2280,7 @@ static void ShowExampleAppMainMenuBar()
|
||||
{
|
||||
if (ImGui::BeginMainMenuBar())
|
||||
{
|
||||
if (ImGui::BeginMenu("File"))
|
||||
if (ImGui::BeginMenu("File"))
|
||||
{
|
||||
ShowExampleMenuFile();
|
||||
ImGui::EndMenu();
|
||||
|
Reference in New Issue
Block a user