mirror of
https://github.com/ocornut/imgui.git
synced 2026-07-12 12:29:49 +00:00
Tables: tweaked debug tools + minor data packing in in ImGuiTableColumn
This commit is contained in:
@@ -16956,7 +16956,7 @@ void ImGui::ShowMetricsWindow(bool* p_open)
|
||||
if (TreeNode("SettingsTables", "Settings packed data: Tables: %d bytes", g.SettingsTables.size()))
|
||||
{
|
||||
for (ImGuiTableSettings* settings = g.SettingsTables.begin(); settings != NULL; settings = g.SettingsTables.next_chunk(settings))
|
||||
DebugNodeTableSettings(settings);
|
||||
DebugNodeTableSettings(settings, NULL);
|
||||
TreePop();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user