mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-04 15:50:10 +01:00
Steve's patch per "Skip to Start when no tracks" thread on -devel
This commit is contained in:
@@ -384,7 +384,7 @@ void ControlToolBar::EnableDisableButtons()
|
||||
mRecord->SetEnabled(!busy && !playing);
|
||||
|
||||
mStop->SetEnabled(busy);
|
||||
mRewind->SetEnabled(tracks && !busy);
|
||||
mRewind->SetEnabled(!busy);
|
||||
mFF->SetEnabled(tracks && !busy);
|
||||
mPause->SetEnabled(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user