auto-sync

This commit is contained in:
rusEfi 2016-01-09 19:01:39 -05:00
parent 51647739fe
commit 78b44b9c36
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ public class StartupFrame {
}
private void addPortSelection(List<String> ports) {
comboPorts.removeAll();
comboPorts.removeAllItems();
for (final String port : ports)
comboPorts.addItem(port);
String defaultPort = getConfig().getRoot().getProperty(Launcher.PORT_KEY);