mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-04 16:14:00 +01: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user