mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-23 22:51:23 +01:00
ScrollIntoView out of TrackPanel, into ProjectWindow
This commit is contained in:
@@ -102,6 +102,9 @@ public:
|
||||
|
||||
wxScrollBar &GetVerticalScrollBar() { return *mVsbar; }
|
||||
|
||||
void ScrollIntoView(double pos);
|
||||
void ScrollIntoView(int x);
|
||||
|
||||
void OnScrollLeft();
|
||||
void OnScrollRight();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user