diff --git a/org.adempiere.ui.swing/src/org/compiere/swing/CComboBox.java b/org.adempiere.ui.swing/src/org/compiere/swing/CComboBox.java index 53b712308f..cb28aff201 100644 --- a/org.adempiere.ui.swing/src/org/compiere/swing/CComboBox.java +++ b/org.adempiere.ui.swing/src/org/compiere/swing/CComboBox.java @@ -640,7 +640,9 @@ public class CComboBox extends JComboBox public void contentsChanged(ListDataEvent lde) { updateDataModel(); - updateModel(false); + // IDEMPIERE-574 - Swing AutoReducible ComboBox not reduced when used with cursor keys + // tbayen 2013-01-20 + updateModel(isAutoReducible()); if (isPopupVisible()) {