IDEMPIERE-1352 Add tooltip for windows trees / based on patch from Nicolas Micoud
This commit is contained in:
parent
cb898b71e4
commit
d5c4690095
|
@ -167,6 +167,7 @@ public class SimpleTreeModel extends org.zkoss.zul.DefaultTreeModel<Object> impl
|
||||||
String hex = ZkCssHelper.createHexColorString(color);
|
String hex = ZkCssHelper.createHexColorString(color);
|
||||||
ZkCssHelper.appendStyle(tc, "color: #" + hex);
|
ZkCssHelper.appendStyle(tc, "color: #" + hex);
|
||||||
}
|
}
|
||||||
|
ti.setTooltiptext(mNode.getDescription());
|
||||||
}
|
}
|
||||||
// End color
|
// End color
|
||||||
}else{
|
}else{
|
||||||
|
|
Loading…
Reference in New Issue