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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user