mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-10 01:35:39 +02:00
Bug 471967: preference page does not show up - invalid values
Change-Id: I01f0ff56dd76ded66e5b22f53130e5d865440384
Signed-off-by: Alena Laskavaia <elaskavaia.cdt@gmail.com>
(cherry picked from commit a288931a1b
)
This commit is contained in:
parent
5136487f8e
commit
4e1a3f4ff8
1 changed files with 0 additions and 2 deletions
|
@ -217,8 +217,6 @@ public abstract class CheckedTreeEditor extends FieldEditor implements ICheckSta
|
|||
table.setFont(parent.getFont());
|
||||
treeViewer.setComparator(new ViewerComparator());
|
||||
treeViewer.addCheckStateListener(this);
|
||||
} else {
|
||||
checkParent(table, parent);
|
||||
}
|
||||
return table;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue