1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-05 00:36:16 +02:00

Expand registers tree on refresh.

This commit is contained in:
Mikhail Khodjaiants 2002-09-20 21:48:50 +00:00
parent c58729d044
commit fb7af82224

View file

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