Skip to content

Commit

Permalink
Fix spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden committed Oct 1, 2023
1 parent 971b6f8 commit 67ff8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphs/barchart.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
Expand Down

0 comments on commit 67ff8c6

Please sign in to comment.