1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +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 );
}
expandToLevel( 2 );
//expandToLevel( 2 );
}
/**