|
|
@ -10807,7 +10807,7 @@ void ImGui::NextColumn()
|
|
|
|
if (++columns->Current < columns->Count)
|
|
|
|
if (++columns->Current < columns->Count)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
// Columns 1+ cancel out IndentX
|
|
|
|
// Columns 1+ cancel out IndentX
|
|
|
|
window->DC.ColumnsOffsetX = columns->Columns[columns->Current].LockedOffset - window->DC.IndentX + g.Style.ItemSpacing.x;
|
|
|
|
window->DC.ColumnsOffsetX = GetColumnOffset(columns->Current) - window->DC.IndentX + g.Style.ItemSpacing.x;
|
|
|
|
window->DrawList->ChannelsSetCurrent(columns->Current);
|
|
|
|
window->DrawList->ChannelsSetCurrent(columns->Current);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
else
|
|
|
|