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 516a979cf2
commit a2a497e8c6
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;
}