PD: PR6497 move return statement to new line
This commit is contained in:
@@ -274,7 +274,8 @@ bool ViewProviderDatum::doubleClicked(void)
|
||||
if(!activeDoc)
|
||||
activeDoc = getDocument();
|
||||
auto activeView = activeDoc->getActiveView();
|
||||
if(!activeView) return false;
|
||||
if(!activeView)
|
||||
return false;
|
||||
|
||||
std::string Msg("Edit ");
|
||||
Msg += this->pcObject->Label.getValue();
|
||||
|
||||
Reference in New Issue
Block a user