Tables: Internals: Renaming, tweaks preparing ahead for trickier changes (should be all no-op).

This commit is contained in:
ocornut
2021-01-15 10:36:20 +01:00
parent 9e281c12a8
commit 3edfc042ff
3 changed files with 14 additions and 15 deletions

View File

@ -2081,7 +2081,7 @@ struct ImGuiTable
bool IsResetAllRequest;
bool IsResetDisplayOrderRequest;
bool IsUnfrozenRows; // Set when we got past the frozen row.
bool IsOuterRectAutoFitX; // Set when outer_size.x == 0.0f in BeginTable(), scrolling is disabled, and there are stretch columns.
bool IsOuterRectMinFitX; // Set when outer_size.x == 0.0f in BeginTable(), scrolling is disabled, and there are no stretch columns.
bool MemoryCompacted;
bool HostSkipItems; // Backup of InnerWindow->SkipItem at the end of BeginTable(), because we will overwrite InnerWindow->SkipItem on a per-column basis