IDEMPIERE-574 - Swing AutoReducible ComboBox not reduced when used with cursor keys
This commit is contained in:
parent
7f1a780111
commit
bd48ebb408
|
@ -640,7 +640,9 @@ public class CComboBox extends JComboBox
|
||||||
public void contentsChanged(ListDataEvent lde)
|
public void contentsChanged(ListDataEvent lde)
|
||||||
{
|
{
|
||||||
updateDataModel();
|
updateDataModel();
|
||||||
updateModel(false);
|
// IDEMPIERE-574 - Swing AutoReducible ComboBox not reduced when used with cursor keys
|
||||||
|
// tbayen 2013-01-20
|
||||||
|
updateModel(isAutoReducible());
|
||||||
|
|
||||||
if (isPopupVisible())
|
if (isPopupVisible())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue