1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-01 09:24:22 +01:00

Vary status string (leftmost in the status bar) for the four kinds of scrub.

This commit is contained in:
Paul Licameli
2016-04-24 15:13:03 -04:00
parent 0d5a409e9a
commit 6147705199
4 changed files with 69 additions and 32 deletions

View File

@@ -158,7 +158,6 @@ class ControlToolBar final : public ToolBar {
// strings for status bar
wxString mStatePlay;
wxString mStateScrub;
wxString mStateStop;
wxString mStateRecord;
wxString mStatePause;