Skip to content

Commit e6b875c

Browse files
committed
Tables: Ditch old columns flags/setting if not called again. Displaying right-most border when using _SameWidths. Moving Width-related functions to their own section.
Effectively removed the TableFixColumnFlags() in first loop of TableUpdateLayout() to replace it with similar one but only when column not declared. I think this should be the right thing.
1 parent 3346544 commit e6b875c

File tree

2 files changed

+192
-156
lines changed

2 files changed

+192
-156
lines changed

imgui_internal.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2301,6 +2301,7 @@ namespace ImGui
23012301
IMGUI_API void TableSetupDrawChannels(ImGuiTable* table);
23022302
IMGUI_API void TableUpdateLayout(ImGuiTable* table);
23032303
IMGUI_API void TableUpdateBorders(ImGuiTable* table);
2304+
IMGUI_API void TableUpdateColumnsWeightFromWidth(ImGuiTable* table);
23042305
IMGUI_API void TableDrawBorders(ImGuiTable* table);
23052306
IMGUI_API void TableDrawContextMenu(ImGuiTable* table);
23062307
IMGUI_API void TableMergeDrawChannels(ImGuiTable* table);

0 commit comments

Comments
 (0)