ASM #290
Change-Id: Id6160e628c4fe3c4c62ef58ccb2b7624268e64d4 Former-commit-id:8aa160d694
[formerly7ecb7b027c
] [formerly6501c2c398
] [formerly8aa160d694
[formerly7ecb7b027c
] [formerly6501c2c398
] [formerlyd4a0b7a0d1
[formerly6501c2c398
[formerly 53b6ac674a3b7bbce71ce2a81b5bb3715baeaa13]]]] Former-commit-id:d4a0b7a0d1
Former-commit-id:b0960c69d5
[formerlyae3b2edcaa
] [formerly 9a1034efe3a7e0cedc3d324ac5476732d0316ff8 [formerly2e85bffc6e
]] Former-commit-id: fe0642a9367711c3b7a589a884b317183bdfb173 [formerly3704b81249
] Former-commit-id:e2429909de
This commit is contained in:
parent
2b264b62be
commit
c2775b359d
1 changed files with 2 additions and 1 deletions
|
@ -103,6 +103,7 @@ import com.raytheon.viz.mpe.ui.dialogs.gagetable.xml.GageTableSortType;
|
||||||
* ------------ ---------- ----------- --------------------------
|
* ------------ ---------- ----------- --------------------------
|
||||||
* May 28, 2009 2476 mpduff Initial creation.
|
* May 28, 2009 2476 mpduff Initial creation.
|
||||||
* Mar 08, 2013 15725 snaples Updated to fix resort issues when editing value.
|
* Mar 08, 2013 15725 snaples Updated to fix resort issues when editing value.
|
||||||
|
* Jan 28, 2014 16994 snaples Updated populateGridCombo to get correct filename prefix for matching up selection.
|
||||||
*
|
*
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
|
@ -487,7 +488,7 @@ public class GageTableDlg extends JFrame implements IEditTimeChangedListener {
|
||||||
if (columnData.get(i).isDataColumn()) {
|
if (columnData.get(i).isDataColumn()) {
|
||||||
gridCombo.addItem(columnData.get(i).getName());
|
gridCombo.addItem(columnData.get(i).getName());
|
||||||
if (selectedGrid
|
if (selectedGrid
|
||||||
.equalsIgnoreCase(columnData.get(i).getPrefix())) {
|
.equalsIgnoreCase(columnData.get(i).getProductDescriptor().getProductFilenamePrefix())) {
|
||||||
gridComboSelection = gridSelectionIndex;
|
gridComboSelection = gridSelectionIndex;
|
||||||
}
|
}
|
||||||
gridSelectionIndex++;
|
gridSelectionIndex++;
|
||||||
|
|
Loading…
Add table
Reference in a new issue