From 7be3e654f8877f2d1737615647b07c4bf489b256 Mon Sep 17 00:00:00 2001 From: blobfish Date: Wed, 29 Apr 2015 10:37:50 -0400 Subject: [PATCH] not typo --- src/Mod/PartDesign/Gui/Workbench.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/PartDesign/Gui/Workbench.cpp b/src/Mod/PartDesign/Gui/Workbench.cpp index e9581401a..b51948564 100644 --- a/src/Mod/PartDesign/Gui/Workbench.cpp +++ b/src/Mod/PartDesign/Gui/Workbench.cpp @@ -77,7 +77,7 @@ PartDesign::Body *getBody(void) { PartDesign::Body * activeBody = Gui::Application::Instance->activeView()->getActiveObject("Body"); - if (activeBody){ + if (!activeBody){ QMessageBox::warning(Gui::getMainWindow(), QObject::tr("No active Body"), QObject::tr("In order to use PartDesign you need an active Body object in the document. " "Please make one active (double click) or create one. If you have a legacy document "