Ignore:
Timestamp:
03/12/12 13:13:12 (13 years ago)
Author:
wschamai
Message:

BUG FIX: new Shell() for dialogs that should not block the underlying window.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modelicaml/org.openmodelica.modelicaml.traceability/src/org/openmodelica/modelicaml/traceability/views/TraceabilityView.java

    r1378 r1387  
    375375            public void run() {
    376376                ElementSelectionDialog dialog = new ElementSelectionDialog(
    377                         PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell(),
     377                        //PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell(), // don't use this because it will block the window underneath
     378                        new Shell(),
    378379                        SWTResourceManager.getImage(ElementSelectionDialog.class,"/icons/selectItem.gif"),
    379380                        "Element Selection",
Note: See TracChangeset for help on using the changeset viewer.