Part: PR6497 move return statement to new line
This commit is contained in:
@@ -346,7 +346,8 @@ void DlgExtrusion::autoSolid()
|
||||
void DlgExtrusion::findShapes()
|
||||
{
|
||||
App::Document* activeDoc = App::GetApplication().getActiveDocument();
|
||||
if (!activeDoc) return;
|
||||
if (!activeDoc)
|
||||
return;
|
||||
Gui::Document* activeGui = Gui::Application::Instance->getDocument(activeDoc);
|
||||
this->document = activeDoc->getName();
|
||||
this->label = activeDoc->Label.getValue();
|
||||
|
||||
Reference in New Issue
Block a user