Issue #1533 Update the calculated dataset size after loading subset xml

Change-Id: I9fd94485bed113c68663484fb19daadcbe962a8d

Former-commit-id: 7dae10b701 [formerly 2c068589aa] [formerly 9f7e9692c2 [formerly 747395cffd90554eea099c05affe75487ec304a3]]
Former-commit-id: 9f7e9692c2
Former-commit-id: 0fe2711273
This commit is contained in:
Dustin Johnson 2013-01-28 12:47:45 -06:00
parent 089e0254d7
commit 8a2ac02862

View file

@ -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();
}
/*