mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fixed NPE in DOM Viewer.
This commit is contained in:
parent
4a257e3fea
commit
2f7bbba436
1 changed files with 1 additions and 1 deletions
|
@ -803,7 +803,7 @@ public class DOMAST extends ViewPart {
|
|||
manager.add(clearAction);
|
||||
manager.add(new Separator());
|
||||
manager.add(searchNamesAction);
|
||||
manager.add(displayProblemsAction);
|
||||
// manager.add(displayProblemsAction);
|
||||
manager.add(new Separator());
|
||||
drillDownAdapter.addNavigationActions(manager);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue