mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-16 00:54:19 +00:00
This commit is contained in:
parent
7ff1c149b5
commit
1ebd7ec049
2 changed files with 50 additions and 31 deletions
|
|
@ -10150,7 +10150,7 @@ void ImGui::Columns(int columns_count, const char* id, bool border)
|
|||
EndColumns();
|
||||
|
||||
ImGuiColumnsFlags flags = (border ? 0 : ImGuiColumnsFlags_NoBorder);
|
||||
//flags |= ImGuiColumnsFlags_NoPreserveWidths | ImGuiColumnsFlags_NoForceWithinWindow; // NB: Legacy behavior
|
||||
//flags |= ImGuiColumnsFlags_NoPreserveWidths; // NB: Legacy behavior
|
||||
if (columns_count != 1)
|
||||
BeginColumns(id, columns_count, flags);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue