Skip to content
Snippets Groups Projects
Commit 89955774 authored by Johannes Eder's avatar Johannes Eder
Browse files

fixed widget disposed exception in dse visualization

parent 22464c76
No related branches found
No related tags found
No related merge requests found
......@@ -147,7 +147,6 @@ public class Test3DEditor extends Graphical3DEditorBase<IProjectRootElement> {
GraphPoint3D p = (GraphPoint3D)pickTarget;
graphDisplay.setHighlightedPoint(p);
Vector3D v = p.getPosition();
statusBarItem.setText("x:" + v.getX() + ",y:" + v.getY() + ",z:" + v.getZ());
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment