Ignore:
Timestamp:
02/11/13 15:43:54 (12 years ago)
Author:
wschamai
Message:

MOD: reload buttons consistent in all views
ADD: reload button with element selection for component tree view
MOD: plotting of leaf variables only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modelicaml/org.openmodelica.modelicaml.relations/src/org/openmodelica/modelicaml/relations/views/RelationsView.java

    r1694 r1707  
    281281   
    282282    private void fillLocalToolBar(IToolBarManager manager) {
     283        manager.add(actionReload);
     284        manager.add(new Separator());
     285
    283286        manager.add(actionFind);
    284287        manager.add(new Separator());
    285         manager.add(actionReload);
    286         manager.add(new Separator());
     288
    287289        manager.add(actionCollapseAll);
    288290        manager.add(actionLinkWithEditor);
    289291        manager.add(new Separator());
     292       
    290293        drillDownAdapter.addNavigationActions(manager);
    291294    }
Note: See TracChangeset for help on using the changeset viewer.