IDEMPIERE-574 Merge with 9034b3517d05d8b9ab5be15d0d6034caff484267
This commit is contained in:
commit
8c85dd583a
|
@ -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())
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue