IDEMPIERE-4226 Wrong tooltip at Tab title
This commit is contained in:
parent
99cead1540
commit
628103ef94
|
@ -495,6 +495,7 @@ public class WindowContainer extends AbstractUIPart implements EventListener<Eve
|
|||
return;
|
||||
if (title.length() <= MAX_TITLE_LENGTH)
|
||||
{
|
||||
tab.setTooltiptext(null);
|
||||
tab.setLabel(title);
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue