mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-16 21:45:22 +02:00
[260346] RSE view for jobs does not remember resized columns
-java 1.4 compliance
This commit is contained in:
parent
49417775cf
commit
fc49a59be3
1 changed files with 1 additions and 1 deletions
|
@ -699,7 +699,7 @@ public class SystemTableViewPart extends ViewPart
|
||||||
String columnWidths = memento.getString(TAG_TABLE_VIEW_COLUMN_WIDTHS_ID);
|
String columnWidths = memento.getString(TAG_TABLE_VIEW_COLUMN_WIDTHS_ID);
|
||||||
if (columnWidths != null)
|
if (columnWidths != null)
|
||||||
{
|
{
|
||||||
if (columnWidths.contains(";")){ //$NON-NLS-1$
|
if (columnWidths.indexOf(";") > 0){ //$NON-NLS-1$
|
||||||
// matches new format for column width memento
|
// matches new format for column width memento
|
||||||
// new code - as of RSE 3.1
|
// new code - as of RSE 3.1
|
||||||
HashMap cachedColumnWidths = new HashMap();
|
HashMap cachedColumnWidths = new HashMap();
|
||||||
|
|
Loading…
Add table
Reference in a new issue