mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Update actions when filling the context menu.
This commit is contained in:
parent
3a36728a66
commit
c6f9559478
1 changed files with 2 additions and 0 deletions
|
@ -182,6 +182,8 @@ public class SharedLibrariesView extends AbstractDebugEventHandlerView
|
||||||
*/
|
*/
|
||||||
protected void fillContextMenu( IMenuManager menu )
|
protected void fillContextMenu( IMenuManager menu )
|
||||||
{
|
{
|
||||||
|
updateObjects();
|
||||||
|
|
||||||
menu.add( new Separator( ICDebugUIConstants.EMPTY_SHARED_LIBRARIES_GROUP ) );
|
menu.add( new Separator( ICDebugUIConstants.EMPTY_SHARED_LIBRARIES_GROUP ) );
|
||||||
menu.add( new Separator( ICDebugUIConstants.SHARED_LIBRARIES_GROUP ) );
|
menu.add( new Separator( ICDebugUIConstants.SHARED_LIBRARIES_GROUP ) );
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue