Skip to content
Snippets Groups Projects
Commit 5b5c9496 authored by Alexander Diewald's avatar Alexander Diewald
Browse files

Do not switch to the modeling perspective when importing

parent 4250f1bd
No related branches found
No related tags found
No related merge requests found
ApplicationCommandHandler.java 904ca1f838304623fd102a4ee9e26479f4070b64 GREEN
ApplicationCommandHandler.java 72c3dfb65cea1db71dc27c9481d499cad91082e8 GREEN
......@@ -360,9 +360,6 @@ public class ApplicationCommandHandler {
/** Execute definition that imports an existing AF3-Project. */
@Override
public Object execute(ExecutionEvent event) {
// Ensure existence of generic project and enable AF3 Perspective.
switchToAF3Perspective();
// Open file selection dialog to select the file to be imported.
String importFile = fileSelectionDialog();
......
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