mirror of
https://github.com/Drezil/imgui.git
synced 2024-11-15 01:17:00 +00:00
Demo: Remove unnecessary code added by 24bd33ac
.
This commit is contained in:
parent
24bd33ace8
commit
628614c6ea
@ -288,27 +288,6 @@ void ImGui::ShowDemoWindow(bool* p_open)
|
|||||||
// Menu Bar
|
// Menu Bar
|
||||||
if (ImGui::BeginMenuBar())
|
if (ImGui::BeginMenuBar())
|
||||||
{
|
{
|
||||||
if (ImGui::BeginMenu("Foo"))
|
|
||||||
{
|
|
||||||
if (ImGui::BeginMenu("AAA"))
|
|
||||||
{
|
|
||||||
ImGui::EndMenu();
|
|
||||||
}
|
|
||||||
if (ImGui::BeginMenu("BBB"))
|
|
||||||
{
|
|
||||||
ImGui::EndMenu();
|
|
||||||
}
|
|
||||||
if (ImGui::BeginMenu("AAA"))
|
|
||||||
{
|
|
||||||
ImGui::EndMenu();
|
|
||||||
}
|
|
||||||
if (ImGui::BeginMenu("BBB"))
|
|
||||||
{
|
|
||||||
ImGui::EndMenu();
|
|
||||||
}
|
|
||||||
ImGui::EndMenu();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (ImGui::BeginMenu("Menu"))
|
if (ImGui::BeginMenu("Menu"))
|
||||||
{
|
{
|
||||||
ShowExampleMenuFile();
|
ShowExampleMenuFile();
|
||||||
|
Loading…
Reference in New Issue
Block a user