IDEMPIERE-3526 callout not triggering on grid view

This commit is contained in:
Diego Ruiz 2017-11-01 19:23:51 +01:00
parent 777138d596
commit b37bf7376a
1 changed files with 1 additions and 0 deletions

View File

@ -303,6 +303,7 @@ ContextMenuListener, IZoomableEditor
else else
{ {
getComponent().setValue(null); getComponent().setValue(null);
getComponent().setSelectedItem(null);
oldValue = value; oldValue = value;
} }
} }