1
0
Fork 0
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:
Alain Magloire 2002-10-02 04:59:12 +00:00
parent b1b25e2273
commit 4804e480bb

View file

@ -96,7 +96,7 @@ public class RegistersViewer extends TreeViewer
} }
setNewItem( null ); setNewItem( null );
} }
expandToLevel( 2 ); //expandToLevel( 2 );
} }
/** /**