1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 15:49:36 +02:00

Bug 2446 - ENH: ultra-wide toolbars (Play-at-Speed & Mixer) with reticules and no numbers look far too sparse

This commit is contained in:
Leland Lucius 2021-02-10 22:46:09 -06:00
parent a7197d7d14
commit 11076f00e0

View File

@ -795,6 +795,8 @@ void LWSlider::DrawToBitmap(wxDC & paintDC)
double upp;
if (mOrientation == wxHORIZONTAL)
{
// Bug #2446 - A bit of a hack, but it should suffice.
divs = (mWidth - 1) / 10;
upp = divs / (double)(mWidthX-1);
}
else