We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f6094 commit c38c18cCopy full SHA for c38c18c
imgui.h
@@ -1099,8 +1099,8 @@ enum ImGuiWindowFlags_
1099
1100
// Obsolete names
1101
#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS
1102
+ ImGuiWindowFlags_NavFlattened = 1 << 29, // Obsoleted in 1.90.9: Use ImGuiChildFlags_NavFlattened in BeginChild() call.
1103
ImGuiWindowFlags_AlwaysUseWindowPadding = 1 << 30, // Obsoleted in 1.90.0: Use ImGuiChildFlags_AlwaysUseWindowPadding in BeginChild() call.
- ImGuiWindowFlags_NavFlattened = 1 << 31, // Obsoleted in 1.90.9: Use ImGuiChildFlags_NavFlattened in BeginChild() call.
1104
#endif
1105
};
1106
0 commit comments