mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-31 16:09:28 +02:00
Fix Record button pops up when clicked and it is down.
This commit is contained in:
parent
d2fe7b1757
commit
5e761f2245
@ -194,7 +194,7 @@ void ControlToolBar::Populate()
|
||||
ID_FF_BUTTON, false, _("Skip to End"));
|
||||
|
||||
mRecord = MakeButton(bmpRecord, bmpRecord, bmpRecordDisabled,
|
||||
ID_RECORD_BUTTON, true, _("Record"));
|
||||
ID_RECORD_BUTTON, false, _("Record"));
|
||||
|
||||
bool bPreferNewTrack;
|
||||
gPrefs->Read("/GUI/PreferNewTrackRecord",&bPreferNewTrack, false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user