IDEMPIERE-6307: MenuSearch doesn't display tooltip (#2545)
This commit is contained in:
parent
c191234b53
commit
25ccc6951b
|
@ -758,7 +758,7 @@ public class MenuSearchController implements EventListener<Event>{
|
|||
}
|
||||
|
||||
item.appendChild(cell);
|
||||
cell.setTooltip(data.getDescription());
|
||||
cell.setTooltiptext(data.getDescription());
|
||||
item.setValue(data);
|
||||
item.addEventListener(Events.ON_CLICK, MenuSearchController.this);
|
||||
|
||||
|
|
Loading…
Reference in New Issue