mirror of
https://github.com/ocornut/imgui.git
synced 2024-11-25 14:59:00 +08:00
Fixed compile issue (bloody git stashes) (#668)
This commit is contained in:
parent
b7ebeb1610
commit
3a776d93f2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user