1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-14 22:51:11 +02:00

bug 11 followup: fix visual glitch when changing hosts

This commit is contained in:
mchinen
2011-01-30 23:40:37 +00:00
parent 3f4b5f7779
commit 7d6c347140

View File

@@ -662,6 +662,7 @@ int DeviceToolBar::ChangeHost()
//change the host and switch to correct devices.
gPrefs->Write(wxT("/AudioIO/Host"), newHost);
FillHostDevices();
Refresh();
Layout();
return 1;
}