1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

Bug2159: Ruler play region should update when play/record stops

This commit is contained in:
Paul Licameli
2019-07-15 23:17:58 -04:00
parent f5efb17046
commit 7969b5a9e9
3 changed files with 41 additions and 25 deletions

View File

@@ -79,6 +79,7 @@ public:
private:
void DoIdle();
void OnIdle( wxIdleEvent &evt );
void OnRecordStartStop(wxCommandEvent & evt);
void OnPaint(wxPaintEvent &evt);