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