mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-15 09:01:12 +01:00
Bug1438: Fix horizontal scrollbar, while still fixing Bug 1197
This commit is contained in:
@@ -320,6 +320,7 @@ class AUDACITY_DLL_API AudacityProject final : public wxFrame,
|
||||
void OnSize(wxSizeEvent & event);
|
||||
void OnShow(wxShowEvent & event);
|
||||
void OnMove(wxMoveEvent & event);
|
||||
void DoScroll();
|
||||
void OnScroll(wxScrollEvent & event);
|
||||
void OnCloseWindow(wxCloseEvent & event);
|
||||
void OnTimer(wxTimerEvent & event);
|
||||
|
||||
Reference in New Issue
Block a user