mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-01 16:39:30 +02:00
DeviceToolBar fix typo based bug in last commit
This commit is contained in:
parent
efb6f2e584
commit
ed20efb357
@ -634,7 +634,7 @@ void DeviceToolBar::FillHostDevices()
|
|||||||
if (foundHostIndex == mOutputDeviceSourceMaps[i].hostIndex) {
|
if (foundHostIndex == mOutputDeviceSourceMaps[i].hostIndex) {
|
||||||
mOutput->Append(MakeDeviceSourceString(&mOutputDeviceSourceMaps[i]));
|
mOutput->Append(MakeDeviceSourceString(&mOutputDeviceSourceMaps[i]));
|
||||||
if (host == wxT("")) {
|
if (host == wxT("")) {
|
||||||
host = mInputDeviceSourceMaps[i].hostString;
|
host = mOutputDeviceSourceMaps[i].hostString;
|
||||||
gPrefs->Write(wxT("/AudioIO/Host"), host);
|
gPrefs->Write(wxT("/AudioIO/Host"), host);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user