ASM #18708 Revised the sorting so it doesn't always resort using LID
Change-Id: Ic01c40e54085298f775f6ec0f73998465a26ef65 Former-commit-id: bc6df2f429284f17c0ce089fef8566de821d62ce
This commit is contained in:
parent
37b5bb6ee1
commit
a004cfe877
1 changed files with 1 additions and 7 deletions
|
@ -110,7 +110,7 @@ import com.raytheon.viz.mpe.ui.dialogs.gagetable.xml.GageTableSortType;
|
|||
* Dec 02, 2015 18094 lbousaidi added the sorting method for multi column sorting.
|
||||
* Dec 07, 2015 18137 lbousaidi fixed sorting after editing gages.
|
||||
* Jan 13, 2016 18092 snaples Updated to have column adjustment by drag and drop.
|
||||
*
|
||||
* Mar 10, 2016 18707 lbousaidi revised the sorting so it doesn't always resort using LID
|
||||
* </pre>
|
||||
*
|
||||
* @author mpduff
|
||||
|
@ -1071,12 +1071,6 @@ public class GageTableDlg extends JFrame implements IEditTimeChangedListener {
|
|||
}
|
||||
}
|
||||
}
|
||||
// if equal use the id to make the final determination
|
||||
if (response == 0 && colIndex != 0) {
|
||||
ColumnSorter columnSorter = new ColumnSorter(0, true);
|
||||
response = columnSorter.compare(v1, v2);
|
||||
|
||||
}
|
||||
return response;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue