mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Nav: Not exposing ImGuiWindowFlags_NavFlattened because it requires much more work (#323)
This commit is contained in:
parent
08a28c16ae
commit
a154625a56
3 changed files with 8 additions and 8 deletions
|
|
@ -2443,7 +2443,7 @@ static void ShowExampleAppLayout(bool* p_open)
|
|||
ImGui::Separator();
|
||||
ImGui::TextWrapped("Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. ");
|
||||
ImGui::EndChild();
|
||||
ImGui::BeginChild("buttons", ImVec2(0,0), false, ImGuiWindowFlags_NavFlattened);
|
||||
ImGui::BeginChild("buttons");
|
||||
if (ImGui::Button("Revert")) {}
|
||||
ImGui::SameLine();
|
||||
if (ImGui::Button("Save")) {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue