Revision 2669
tmp/org.txm.chartsengine.core/src/org/txm/chartsengine/core/results/ChartResult.java (revision 2669) | ||
---|---|---|
362 | 362 |
@Override |
363 | 363 |
public void updateDirtyFromHistory() throws Exception { |
364 | 364 |
|
365 |
if (super.hasParameterChanged()) { |
|
366 |
this.dirty = true; |
|
367 |
} |
|
365 |
super.updateDirtyFromHistory(); |
|
368 | 366 |
|
369 | 367 |
if (!this.dirty) { |
370 | 368 |
this.dirty = this.hasRenderingParameterChanged(); // FIXME: SJ: temporary but breaks the dirty computing state and rendering computing state management |
Also available in: Unified diff