Commit 5e6b222819a4ee463f1d264bc84aeacd4ffdbd03

Authored by Nathanael Jourdane
1 parent eae7b5f9
Exists in master

Fix #11

src/main/java/eu/omp/irap/vespa/epntapclient/gui/ParamField.java
... ... @@ -392,6 +392,7 @@ public abstract class ParamField extends JPanel {
392 392 "Can't get table names for the resolver", e);
393 393 }
394 394 comboBox.getEditor().setItem(content);
  395 + comboBox.showPopup();
395 396 }
396 397 if (content.isEmpty()) {
397 398 viewListener.onParameterRemoved(paramName);
... ...