mirror of
https://github.com/ocornut/imgui.git
synced 2025-04-17 02:36:38 +00:00
Demo: Remove unnecessary code added by 24bd33ac
.
This commit is contained in:
parent
24bd33ace8
commit
628614c6ea
1 changed files with 0 additions and 21 deletions
|
@ -288,27 +288,6 @@ void ImGui::ShowDemoWindow(bool* p_open)
|
|||
// Menu Bar
|
||||
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"))
|
||||
{
|
||||
ShowExampleMenuFile();
|
||||
|
|
Loading…
Add table
Reference in a new issue