Community
Participate
Working Groups
Created attachment 259834 [details] Selected green, but event after closing the dialog and clickin on "Apply" the font color is not taken over The problem can be demonstrated also on org.eclipse.nebula.snippets.visualization.SimpleToolbarArmedXYGraphExample. In the example, I: 1) click over the toolbar in "Change Settings..." > "Graph" > "Title Font" > "Change.." 2) select the color (like, to green) 3) close dialog 4) click on "Apply" And have not visible effect: I would expect the title font is changed to green. And the "Title Color" should also change to green.
The "color" property which I mentioned is actually only one example of the property, which is not taken over. Only the font/style/height property ARE taken over, but the other not.
Associated PR : https://github.com/eclipse/nebula/pull/95
Bug fixed in release 2.2.0 On windows and MacOS, the "font selection dialog" allows users to change the text color or to specify special styles (like stroke effect). The problem is that SWT can not handle these parameters, so users are puzzled because their selection is lot. This fix hides the "effect" panel on the font selection dialog box.