mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-11-03 23:53:55 +01:00 
			
		
		
		
	Fix Record button pops up when clicked and it is down.
This commit is contained in:
		@@ -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);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user