mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-09 23:54:20 +00:00
Tables, Menus: Fixed using BeginTable() in menu layer (any menu bar). (#8355)
This commit is contained in:
parent
4230e98720
commit
dfd1bc3c5b
3 changed files with 9 additions and 3 deletions
|
|
@ -2877,6 +2877,7 @@ struct IMGUI_API ImGuiTable
|
|||
ImGuiTableDrawChannelIdx DummyDrawChannel; // Redirect non-visible columns here.
|
||||
ImGuiTableDrawChannelIdx Bg2DrawChannelCurrent; // For Selectable() and other widgets drawing across columns after the freezing line. Index within DrawSplitter.Channels[]
|
||||
ImGuiTableDrawChannelIdx Bg2DrawChannelUnfrozen;
|
||||
ImS8 NavLayer; // ImGuiNavLayer at the time of BeginTable().
|
||||
bool IsLayoutLocked; // Set by TableUpdateLayout() which is called when beginning the first row.
|
||||
bool IsInsideRow; // Set when inside TableBeginRow()/TableEndRow().
|
||||
bool IsInitializing;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue