1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-15 09:01:12 +01:00

May always scroll before zero during transport when head is pinned...

... regardless of preferences, but if the Tracks preference is not checked,
don't stay scrolled left of zero after stopping.
This commit is contained in:
Paul Licameli
2016-06-08 18:20:23 -04:00
parent f21ad1ce49
commit a610070038
2 changed files with 23 additions and 4 deletions

View File

@@ -407,6 +407,7 @@ class AUDACITY_DLL_API AudacityProject final : public wxFrame,
void SafeDisplayStatusMessage(const wxChar *msg);
bool MayScrollBeyondZero() const;
double ScrollingLowerBoundTime() const;
// How many pixels are covered by the period from lowermost scrollable time, to the given time:
// PRL: Bug1197: we seem to need to compute all in double, to avoid differing results on Mac