Révision 3872
TXM/trunk/bundles/org.txm.chartsengine.jfreechart.rcp/src/org/txm/chartsengine/jfreechart/rcp/handlers/OpenJFCChartPropertiesEditor.java (revision 3872) | ||
---|---|---|
55 | 55 |
|
56 | 56 |
if (chartEditor.getChartsEngine() instanceof JFCChartsEngine) { |
57 | 57 |
|
58 |
if (OSDetector.isFamilyUnix()) { |
|
58 |
if (OSDetector.isFamilyUnix() || OSDetector.isFamilyMac()) {
|
|
59 | 59 |
// FIXME: workaround for #3082 to open the chart editor without breaking GTK interfaces. This fix will make the dialog modal and the SWT thread blocked |
60 | 60 |
openChartProperties(chartEditor); |
61 | 61 |
return null; |
Formats disponibles : Unified diff