Ignore:
Timestamp:
08/15/12 16:47:24 (12 years ago)
Author:
wschamai
Message:

BUG FIX: locate in Model Explorer
BUG FIX: locate links in the generated report

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modelicaml/org.openmodelica.modelicaml.common/src/org/openmodelica/modelicaml/common/services/EditorServices.java

    r1624 r1625  
    8484                items.add((EObject) object);
    8585               
    86                 ModelExplorerView.reveal(items, modelExplorerView);
     86//              ModelExplorerView.reveal(items, modelExplorerView);
    8787
    8888                // set focus
     
    9595               
    9696                // set new selection
    97 //              ModelExplorerView.reveal(items, modelExplorerView);
     97                ModelExplorerView.reveal(items, modelExplorerView);
    9898            }
    9999            else {
Note: See TracChangeset for help on using the changeset viewer.