Issue #1533 Update the calculated dataset size after loading subset xml
Change-Id: I9fd94485bed113c68663484fb19daadcbe962a8d Former-commit-id:7dae10b701
[formerly2c068589aa
] [formerly9f7e9692c2
[formerly 747395cffd90554eea099c05affe75487ec304a3]] Former-commit-id:9f7e9692c2
Former-commit-id:0fe2711273
This commit is contained in:
parent
089e0254d7
commit
8a2ac02862
1 changed files with 2 additions and 0 deletions
|
@ -84,6 +84,7 @@ import com.raytheon.uf.viz.datadelivery.utils.DataDeliveryUtils;
|
|||
* Jan 04, 2013 1299 djohnson Add logging of invalid forecast hour information if it occurs again.
|
||||
* Jan 04, 2013 1420 mpduff Pass cycles in for rules.
|
||||
* Jan 18, 2013 1414 bsteffen Add ensemble tab.
|
||||
* Jan 28, 2013 1533 djohnson Update the calculated dataset size after loading subset xml.
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
|
@ -200,6 +201,7 @@ public class GriddedSubsetManagerDlg
|
|||
if (ensembleTab != null) {
|
||||
ensembleTab.loadFromSubsetXML(subsetXml);
|
||||
}
|
||||
updateDataSize();
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue