1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

set auto-expand level

This commit is contained in:
Alena Laskavaia 2009-05-09 01:47:20 +00:00
parent 5ca73300ee
commit 46c0442b85

View file

@ -228,6 +228,7 @@ public class ProblemsTreeEditor extends CheckedTreeEditor {
getTreeViewer().update(element, null);
}
});
getTreeViewer().setAutoExpandLevel(2);
codanPreferencesLoader.setInput(profile);
getViewer().setInput(profile);
}