IDEMPIERE-185 Zk6: Context menu not working after migration to Zk6 - Fixed NPE of previous commit.
This commit is contained in:
parent
1eb1f8ab6f
commit
9c5999e716
|
@ -491,8 +491,8 @@ public class GridTabRowRenderer implements RowRenderer<Object[]>, RowRendererExt
|
|||
{
|
||||
popupMenu.addMenuListener((ContextMenuListener)editor);
|
||||
div.appendChild(popupMenu);
|
||||
}
|
||||
popupMenu.addContextElement((XulElement) editor.getComponent());
|
||||
popupMenu.addContextElement((XulElement) editor.getComponent());
|
||||
}
|
||||
|
||||
//check context
|
||||
if (!gridField[i].isDisplayed(true))
|
||||
|
|
Loading…
Reference in New Issue