IDEMPIERE-574 - Swing AutoReducible ComboBox not reduced when used with cursor keys

This commit is contained in:
Thomas Bayen 2013-01-20 23:04:04 +01:00
parent 7f1a780111
commit bd48ebb408
1 changed files with 3 additions and 1 deletions

View File

@ -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())
{