ASM #16871 - Checkin: MPE Gage Table: columns do not sort in descending order
Change-Id: I197c3049e39ad0c5f5edca8926ff1afdaca20e2f Former-commit-id:9b732881ec
[formerly1c025e7a9d
] [formerly7a7d877c17
] [formerly9b732881ec
[formerly1c025e7a9d
] [formerly7a7d877c17
] [formerlyf5b9798c3d
[formerly7a7d877c17
[formerly ce7ade3d25263f5af09073e4877b018a84f195a3]]]] Former-commit-id:f5b9798c3d
Former-commit-id:a3a1bcc22f
[formerly0510185ff8
] [formerly 0f8fb519365cb97655f4b3d8a2c872230862d6d7 [formerly154ad67a31
]] Former-commit-id: 4de4c2d822446c9a477f0a8e82e8cbea13cce285 [formerlyf66225d338
] Former-commit-id:dd3d444885
This commit is contained in:
parent
08513a31e5
commit
aad0417806
1 changed files with 1 additions and 0 deletions
|
@ -1150,6 +1150,7 @@ public class GageTableDlg extends JFrame implements IEditTimeChangedListener {
|
|||
} else {
|
||||
// Check for equality first
|
||||
response = o1.compareTo(o2);
|
||||
response *= -1;
|
||||
if (response != 0) {
|
||||
if (o1.toString().trim().equalsIgnoreCase("M")) {
|
||||
response = 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue