MCPcopy Create free account
hub / github.com/AlexandreRouma/SDRPlusPlus / PopColumnsBackground

Method PopColumnsBackground

core/src/imgui/imgui_tables.cpp:3762–3772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3760}
3761
3762void ImGui::PopColumnsBackground()
3763{
3764 ImGuiWindow* window = GetCurrentWindowRead();
3765 ImGuiOldColumns* columns = window->DC.CurrentColumns;
3766 if (columns->Count == 1)
3767 return;
3768
3769 // Optimization: avoid PopClipRect() + SetCurrentChannel()
3770 SetWindowClipRectBeforeSetChannel(window, columns->HostBackupClipRect);
3771 columns->Splitter.SetCurrentChannel(window->DrawList, columns->Current + 1);
3772}
3773
3774ImGuiOldColumns* ImGui::FindOrCreateColumns(ImGuiWindow* window, ImGuiID id)
3775{

Callers

nothing calls this directly

Calls 2

GetCurrentWindowReadFunction · 0.85
SetCurrentChannelMethod · 0.80

Tested by

no test coverage detected