1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-08 06:03:49 +01:00

Horizontal scrolling snaps 0 to left edge and guarantees it is reachable

This commit is contained in:
Paul Licameli
2015-05-26 21:28:22 -04:00
parent 41abedf09c
commit fa3f91b38d
2 changed files with 29 additions and 14 deletions

View File

@@ -348,6 +348,8 @@ class AUDACITY_DLL_API AudacityProject: public wxFrame,
void SafeDisplayStatusMessage(const wxChar *msg);
void SetHorizontalThumb(double scrollto);
// TrackPanel access
virtual wxSize GetTPTracksUsableArea();
virtual void RefreshTPTrack(Track* pTrk, bool refreshbacking = true);