fixing transformed features and guessworkflow

This commit is contained in:
Sergo
2017-03-02 00:27:08 -05:00
committed by Yorik van Havre
parent 6cbb76b667
commit 1d8ef64925
2 changed files with 32 additions and 24 deletions

View File

@@ -175,7 +175,7 @@ Workflow WorkflowManager::determinWorkflow( App::Document *doc) {
Gui::Application::Instance->commandManager().runCommandByName("PartDesign_Migrate");
rv = Workflow::Modern;
} else if ( msgBox.clickedButton() == manuallyBtn ) {
rv = Workflow::Modern;
rv = Workflow::Undetermined;
} else {
rv = Workflow::Legacy;
}