IDEMPIERE-1352 Add tooltip for windows trees / based on patch from Nicolas Micoud

This commit is contained in:
Carlos Ruiz 2013-09-11 19:07:30 -05:00
parent cb898b71e4
commit d5c4690095
1 changed files with 1 additions and 0 deletions

View File

@ -167,6 +167,7 @@ public class SimpleTreeModel extends org.zkoss.zul.DefaultTreeModel<Object> impl
String hex = ZkCssHelper.createHexColorString(color);
ZkCssHelper.appendStyle(tc, "color: #" + hex);
}
ti.setTooltiptext(mNode.getDescription());
}
// End color
}else{