Community
Participate
Working Groups
Build Identifier: M20110210-1200 If the section column is drawn on the right side and the TextOrientation is SWT.HORIZONTAL the text is still on the left side. in GanttComposite.drawSectionColumn the text is drawn properly if SWT.VERTICAL is used cause the gc.drawImage uses the correct bounds, in hirozontal mode method uses only the horizontal spacer (which is 3px afaik) gc.drawText(gs.getName(), horiSpacer, yStart + (gsHeight / 2) - (gs.getNameExtent().y / 2), true); Reproducible: Always Steps to Reproduce: 1. create a section with textOrientation SWT.HORIZONTAL 2. use ISettings.sectionSide = SWT.RIGHT 3.
Should be fixed with patch attached to Bug 414632
Patch applied