Community
Participate
Working Groups
Build Identifier: Version: 3.6.2 Build id: M20110210-1200 We have extended DialogCellEditor and implemented protected Button createButton(Composite parent) { Button button = new Button(parent, SWT.PUSH); button.setText(Messages.editDeleteButton); return button; } On some of our test machines, the text of a Russian translation of Messages.editDeleteButton is difficult to read (text appear to be overlayed). Reproducible: Sometimes
Moving to JFace. This is not a problem in PDE.
Please attach some screenshots.
Created attachment 203712 [details] screen shot
Created attachment 203713 [details] screen shot
If you look at the value for the text in the Debugger is it OK ? I'm trying to determine whether it's a display issue or if it's the value that's broken..
Please see comment 5.