Révision 1880
tmp/org.txm.rcp/src/main/java/org/txm/rcp/editors/TXMEditor.java (revision 1880) | ||
---|---|---|
1016 | 1016 |
|
1017 | 1017 |
TXMResult result = this.getResult(); |
1018 | 1018 |
|
1019 |
// disable the component rendering to avoid strange behaviors when modifying the result area widget |
|
1019 | 1020 |
this.getContainer().setRedraw(false); |
1020 | 1021 |
|
1021 | 1022 |
this.setPartName(result.getName()); |
... | ... | |
1044 | 1045 |
CorporaView.refreshObject(this); |
1045 | 1046 |
TXMResultDebugView.refreshView(); |
1046 | 1047 |
|
1048 |
// re-enable the component rendering |
|
1047 | 1049 |
this.getContainer().setRedraw(true); |
1048 | 1050 |
|
1049 |
this.setDirty(getResult().isDirty()); |
|
1051 |
// FIXME: SJ: this code breaks the dirty/chart dirty separation state, eg. if a non electric rendering parameter is changed then the chart is dirty but not the result, need to check this |
|
1052 |
this.setDirty(this.getResult().isDirty()); |
|
1050 | 1053 |
|
1051 | 1054 |
// FIXME: update all open editors of the children result but also of the result itself |
1052 | 1055 |
// FIXME: debug |
Formats disponibles : Unified diff