mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 02:36:01 +02:00
The expansion by default is way to expensive,
commenting out for now.
This commit is contained in:
parent
b1b25e2273
commit
4804e480bb
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ public class RegistersViewer extends TreeViewer
|
||||||
}
|
}
|
||||||
setNewItem( null );
|
setNewItem( null );
|
||||||
}
|
}
|
||||||
expandToLevel( 2 );
|
//expandToLevel( 2 );
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue