1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-27 07:01:12 +01:00

Still better cursor handling: change cursor at once...

... on start or stop of transport, in cases as described in the previous
commit comment, even if the pointer does not move.
This commit is contained in:
Paul Licameli
2017-06-16 15:39:38 -04:00
parent d9a91c1431
commit 34026d19fd
2 changed files with 15 additions and 1 deletions

View File

@@ -275,6 +275,7 @@ class AUDACITY_DLL_API TrackPanel final : public OverlayPanel {
void OnContextMenu(wxContextMenuEvent & event);
void OnPlayback(wxCommandEvent &);
void OnTrackListResized(wxCommandEvent & event);
void OnTrackListUpdated(wxCommandEvent & event);
void UpdateViewIfNoTracks(); // Call this to update mViewInfo, etc, after track(s) removal, before Refresh().