MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / PopColumnsBackground

Method PopColumnsBackground

KBotExt/imgui/imgui_tables.cpp:3873–3883  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3871}
3872
3873void ImGui::PopColumnsBackground()
3874{
3875 ImGuiWindow* window = GetCurrentWindowRead();
3876 ImGuiOldColumns* columns = window->DC.CurrentColumns;
3877 if (columns->Count == 1)
3878 return;
3879
3880 // Optimization: avoid PopClipRect() + SetCurrentChannel()
3881 SetWindowClipRectBeforeSetChannel(window, columns->HostBackupClipRect);
3882 columns->Splitter.SetCurrentChannel(window->DrawList, columns->Current + 1);
3883}
3884
3885ImGuiOldColumns* ImGui::FindOrCreateColumns(ImGuiWindow* window, ImGuiID id)
3886{

Callers

nothing calls this directly

Calls 2

GetCurrentWindowReadFunction · 0.85
SetCurrentChannelMethod · 0.80

Tested by

no test coverage detected