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:
parent
a7197d7d14
commit
11076f00e0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user