mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-04 15:50:10 +01:00
Performance improvements
This commit is contained in:
@@ -310,7 +310,7 @@ void DeviceToolBar::UpdatePrefs()
|
||||
}
|
||||
}
|
||||
|
||||
long oldChannels = 1, newChannels;
|
||||
long oldChannels, newChannels;
|
||||
oldChannels = mInputChannels->GetSelection() + 1;
|
||||
gPrefs->Read(wxT("/AudioIO/RecordChannels"), &newChannels, 0);
|
||||
if (newChannels > 0 && oldChannels != newChannels)
|
||||
|
||||
Reference in New Issue
Block a user