mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-28 11:25:35 +02:00
[388947] column sort icon issue with Remote Systems Details view
This commit is contained in:
parent
2b54b80bc7
commit
3a3dfc33f2
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
/********************************************************************************
|
/********************************************************************************
|
||||||
* Copyright (c) 2002, 2011 IBM Corporation and others. All rights reserved.
|
* Copyright (c) 2002, 2012 IBM Corporation and others. All rights reserved.
|
||||||
* This program and the accompanying materials are made available under the terms
|
* This program and the accompanying materials are made available under the terms
|
||||||
* of the Eclipse Public License v1.0 which accompanies this distribution, and is
|
* of the Eclipse Public License v1.0 which accompanies this distribution, and is
|
||||||
* available at http://www.eclipse.org/legal/epl-v10.html
|
* available at http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
@ -31,6 +31,7 @@
|
||||||
* David McKnight (IBM) - [340912] inconsistencies with columns in RSE table viewers
|
* David McKnight (IBM) - [340912] inconsistencies with columns in RSE table viewers
|
||||||
* David McKnight (IBM) - [357587] Custom sorter is changed to SystemTableViewSorter
|
* David McKnight (IBM) - [357587] Custom sorter is changed to SystemTableViewSorter
|
||||||
* David McKnight (IBM) - [363392] system table views shows open view actions when they shouldn't
|
* David McKnight (IBM) - [363392] system table views shows open view actions when they shouldn't
|
||||||
|
* David McKnight (IBM) - [388947] column sort icon issue with Remote Systems Details view
|
||||||
********************************************************************************/
|
********************************************************************************/
|
||||||
|
|
||||||
package org.eclipse.rse.ui.view;
|
package org.eclipse.rse.ui.view;
|
||||||
|
@ -241,6 +242,7 @@ public class SystemTableView
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
oldSorter.setColumnNumber(column);
|
oldSorter.setColumnNumber(column);
|
||||||
|
tcolumn.setImage(_downI);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue