From 8732ada5a6b8de08874e1bf9d284e92af8717fb1 Mon Sep 17 00:00:00 2001 From: flightlessmango Date: Thu, 4 Apr 2024 20:05:16 +0200 Subject: [PATCH] graphs: fix incorrect padding --- src/hud_elements.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hud_elements.cpp b/src/hud_elements.cpp index aa7e445d..dbb2f95e 100644 --- a/src/hud_elements.cpp +++ b/src/hud_elements.cpp @@ -1358,7 +1358,6 @@ void HudElements::graphs(){ ImGui::PopFont(); ImGui::Dummy(ImVec2(0.0f,5.0f)); ImGui::PushStyleColor(ImGuiCol_FrameBg, ImVec4(0.0f, 0.0f, 0.0f, 0.0f)); - ImguiNextColumnOrNewRow(); if (!HUDElements.params->enabled[OVERLAY_PARAM_ENABLED_histogram]){ ImGui::PlotLines("", arr.data(), arr.size(), 0,