mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-22 06:22:58 +02:00
Add a field to the status bar to show the state of Audacity, eg play/record/play pause. This is useful so that screen readers can easily read audacitys state.
This commit is contained in:
@@ -117,7 +117,7 @@ public:
|
||||
{}
|
||||
virtual void Update(wxString message)
|
||||
{
|
||||
mStatus.SetStatusText(message);
|
||||
mStatus.SetStatusText(message, 1);
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user