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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user