IDEMPIERE-4226 Wrong tooltip at Tab title

This commit is contained in:
HideakiHagiwara 2020-04-01 17:15:36 +09:00 committed by Carlos Ruiz
parent 99cead1540
commit 628103ef94
1 changed files with 1 additions and 0 deletions

View File

@ -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