mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-31 12:55:40 +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().update(element, null);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
getTreeViewer().setAutoExpandLevel(2);
|
||||||
codanPreferencesLoader.setInput(profile);
|
codanPreferencesLoader.setInput(profile);
|
||||||
getViewer().setInput(profile);
|
getViewer().setInput(profile);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue