fix: Style var not being popped correctly
This commit is contained in:
parent
ce27cb11a5
commit
17a7621342
@ -552,6 +552,8 @@ namespace hex {
|
|||||||
ImGui::GetWindowPos() + sidebarPos + ImGui::GetWindowSize() - ImVec2(dockSpaceSize.x + 1_scaled, footerHeight - ImGui::GetStyle().FramePadding.y - 1_scaled + menuBarHeight),
|
ImGui::GetWindowPos() + sidebarPos + ImGui::GetWindowSize() - ImVec2(dockSpaceSize.x + 1_scaled, footerHeight - ImGui::GetStyle().FramePadding.y - 1_scaled + menuBarHeight),
|
||||||
ImGui::GetColorU32(ImGuiCol_Separator));
|
ImGui::GetColorU32(ImGuiCol_Separator));
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
ImGui::PopStyleVar();
|
||||||
}
|
}
|
||||||
ImGui::End();
|
ImGui::End();
|
||||||
ImGui::PopStyleVar(2);
|
ImGui::PopStyleVar(2);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user