Community
Participate
Working Groups
Created attachment 192804 [details] screenshot Having set the tab height on a CTabFolder to 0. Ends up in a pixel fault. In the UI a line of 1 px is shown where the tabs would be (see attachment). CTabFolder folder = new CTabFolder(parent, SWT.NONE); tk.adapt(folder); CTabItem item = new CTabItem(folder, SWT.NONE); item.setText("tabitem"); folder.setSelection(item); folder.setTabHeight(0); -andy
Reproducible with Controls Demo as well.
Andy, if I recall correctly, you found a better solution to your problem, didn't you? Since I consider this a minor issue, I'm reducing it's priority to P5. We won't work on this unless someone has a good patch.