IDEMPIERE-574 Merge with 9034b3517d05d8b9ab5be15d0d6034caff484267

This commit is contained in:
Thomas Bayen 2013-01-25 02:55:12 +01:00
commit 8c85dd583a
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())
{