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:
parent
5ca73300ee
commit
46c0442b85
1 changed files with 1 additions and 0 deletions
|
@ -228,6 +228,7 @@ public class ProblemsTreeEditor extends CheckedTreeEditor {
|
|||
getTreeViewer().update(element, null);
|
||||
}
|
||||
});
|
||||
getTreeViewer().setAutoExpandLevel(2);
|
||||
codanPreferencesLoader.setInput(profile);
|
||||
getViewer().setInput(profile);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue