Merge "Issue #1533 Update the calculated dataset size after loading subset xml" into 13.2.1_delivery
Former-commit-id:d5a0674873
[formerly98f25434a9
] [formerlyd5a0674873
[formerly98f25434a9
] [formerly21059af185
[formerly 4043ba3c71a85148bbd262fd5cd371c290b5bfd8]]] Former-commit-id:21059af185
Former-commit-id:30ab7d00ff
[formerly18b96d33c6
] Former-commit-id:66f7449b9c
This commit is contained in:
commit
68d5562118
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