MCPcopy Create free account
hub / github.com/audacity/audacity / ScrollingLowerBoundTime

Method ScrollingLowerBoundTime

libraries/lib-viewport/Viewport.cpp:184–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184double Viewport::ScrollingLowerBoundTime() const
185{
186 return 0;
187}
188
189// PRL: Bug1197: we seem to need to compute all in double, to avoid differing results on Mac
190// That's why ViewInfo::TimeRangeToPixelWidth was defined, with some regret.

Callers 2

OnTimerMethod · 0.80
GetZoomOfSelectionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected