Révision 3766
TXM/trunk/bundles/org.txm.chartsengine.rcp/src/org/txm/chartsengine/rcp/swt/SwingChartComposite.java (revision 3766) | ||
---|---|---|
189 | 189 |
|
190 | 190 |
@Override |
191 | 191 |
public void run() { |
192 |
SwingChartComposite.this.chartEditor.getShell().forceActive(); |
|
192 |
if (SwingChartComposite.this.chartEditor != null) { |
|
193 |
SwingChartComposite.this.chartEditor.getShell().forceActive(); |
|
194 |
} |
|
193 | 195 |
} |
194 | 196 |
}); |
195 | 197 |
|
Formats disponibles : Unified diff