|
|
|
@ -4200,7 +4200,6 @@ bool ImGui::Begin(const char* name, bool* p_open, const ImVec2& size_on_first_us
|
|
|
|
|
|
|
|
|
|
// Setup drawing context
|
|
|
|
|
window->DC.IndentX = 0.0f + window->WindowPadding.x - window->Scroll.x;
|
|
|
|
|
window->DC.GroupOffsetX = 0.0f;
|
|
|
|
|
window->DC.ColumnsOffsetX = 0.0f;
|
|
|
|
|
window->DC.CursorStartPos = window->Pos + ImVec2(window->DC.IndentX + window->DC.ColumnsOffsetX, window->TitleBarHeight() + window->MenuBarHeight() + window->WindowPadding.y - window->Scroll.y);
|
|
|
|
|
window->DC.CursorPos = window->DC.CursorStartPos;
|
|
|
|
|