Sketcher: PR6497 move return statement to new line
This commit is contained in:
@@ -523,7 +523,8 @@ void ViewProviderSketch::getProjectingLine(const SbVec2s& pnt, const Gui::View3D
|
||||
}
|
||||
|
||||
SoCamera* pCam = viewer->getSoRenderManager()->getCamera();
|
||||
if (!pCam) return;
|
||||
if (!pCam)
|
||||
return;
|
||||
SbViewVolume vol = pCam->getViewVolume();
|
||||
|
||||
vol.projectPointToLine(SbVec2f(pX,pY), line);
|
||||
|
||||
Reference in New Issue
Block a user