mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-05 06:01:04 +01:00
Scrolling left of zero will work right with fisheye present.
This commit is contained in:
@@ -1456,8 +1456,10 @@ wxInt64 AudacityProject::PixelWidthBeforeTime(double scrollto) const
|
||||
const double lowerBound = ScrollingLowerBoundTime();
|
||||
return
|
||||
mViewInfo.TimeToPosition(scrollto, 0
|
||||
, true
|
||||
) -
|
||||
mViewInfo.TimeToPosition(lowerBound, 0
|
||||
, true
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user