Merge tag 'OB_15.1.1-33' into master_16.1.1
15.1.1-33 Former-commit-id: c73f4217006d3e2f532618def758c1bf53b65f6d
This commit is contained in:
commit
6c4c888f68
1 changed files with 4 additions and 2 deletions
|
@ -289,8 +289,10 @@ public class SaveBestEstimate {
|
|||
|
||||
}
|
||||
File qpePolyFile = PolygonEditManager.getHourlyEditFile(bestEstField, editDate);
|
||||
if(qpePolyFile.exists()){
|
||||
qpePolyFile.delete();
|
||||
if (bestEstField.getFieldName().equals(DisplayFieldData.Xmrg.getFieldName())){
|
||||
if (qpePolyFile.exists()){
|
||||
qpePolyFile.delete();
|
||||
}
|
||||
}
|
||||
MPEDisplayManager.getCurrent().setSavedData(true);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue