mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-21 16:25:46 +01: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.
|
//change the host and switch to correct devices.
|
||||||
gPrefs->Write(wxT("/AudioIO/Host"), newHost);
|
gPrefs->Write(wxT("/AudioIO/Host"), newHost);
|
||||||
FillHostDevices();
|
FillHostDevices();
|
||||||
|
Refresh();
|
||||||
Layout();
|
Layout();
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user