Révision 2641
tmp/org.txm.chartsengine.rcp/src/org/txm/chartsengine/rcp/swt/AdvancedChartEditorToolBar.java (revision 2641) | ||
---|---|---|
249 | 249 |
} |
250 | 250 |
|
251 | 251 |
getEditorPart().getResult().setChartDirty(); |
252 |
getEditorPart().setDirty(true); |
|
253 | 252 |
|
254 | 253 |
// Auto-compute only for some of the widgets, not all |
255 | 254 |
if (RCPPreferences.getInstance().getBoolean(RCPPreferences.AUTO_UPDATE_EDITOR) |
... | ... | |
262 | 261 |
getEditorPart().compute(update); |
263 | 262 |
getEditorPart().setFocus(); |
264 | 263 |
} |
264 |
else { |
|
265 |
getEditorPart().setDirty(true); |
|
266 |
} |
|
265 | 267 |
} |
266 | 268 |
|
267 | 269 |
@Override |
Formats disponibles : Unified diff