Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
2.2.2
-
None
-
Windows and Linux
Description
The border of CCombo and TableTree's widgets is not visible in the CDE GUI (same problem for Windows and Linux platforms).
The reason is that these widgets are not "directly" supported by FormToolkit. To make the border visible, one way is to use the following setting:
widget.setData(FormToolkit.KEY_DRAW_BORDER, FormToolkit.TREE_BORDER);