From 67ff8c667abd6604c3f922598c5e0ae3271069aa Mon Sep 17 00:00:00 2001 From: Blake-Madden Date: Sun, 1 Oct 2023 11:42:31 -0400 Subject: [PATCH] Fix spaces --- src/graphs/barchart.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphs/barchart.cpp b/src/graphs/barchart.cpp index 6a9309f8..258e8aaa 100644 --- a/src/graphs/barchart.cpp +++ b/src/graphs/barchart.cpp @@ -529,7 +529,7 @@ namespace Wisteria::Graphs GetScalingAxis().SetRange(0, m_longestBarLength, 0, // add a little extra padding to the scaling axis if we are using labels (GetBinLabelDisplay() != BinLabelDisplay::NoDisplay)); - + AdjustScalingAxisFromBarLength(m_longestBarLength); } }