1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-30 20:35:38 +02:00

Bug 471967: preference page does not show up - invalid values

Change-Id: I01f0ff56dd76ded66e5b22f53130e5d865440384
Signed-off-by: Alena Laskavaia <elaskavaia.cdt@gmail.com>
This commit is contained in:
Alena Laskavaia 2015-08-13 11:46:48 -04:00 committed by Gerrit Code Review @ Eclipse.org
parent e8bba9e7b2
commit a288931a1b

View file

@ -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;
}