Merge pull request #24240 from mrpilot2/cmake_pch_mods_part_2
Mods: use CMake to generate precompiled headers on all platforms
This commit is contained in:
@@ -20,8 +20,6 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#include <App/Document.h>
|
||||
#include <App/DocumentObject.h>
|
||||
#include <App/Origin.h>
|
||||
@@ -767,7 +765,7 @@ void TaskRevolutionParameters::setGizmoPositions()
|
||||
return;
|
||||
}
|
||||
Part::TopoShape profile = groove->getProfileShape();
|
||||
|
||||
|
||||
profile.getCenterOfGravity(profileCog);
|
||||
basePos = groove->Base.getValue();
|
||||
axisDir = groove->Axis.getValue();
|
||||
@@ -778,7 +776,7 @@ void TaskRevolutionParameters::setGizmoPositions()
|
||||
return;
|
||||
}
|
||||
Part::TopoShape profile = revolution->getProfileShape();
|
||||
|
||||
|
||||
profile.getCenterOfGravity(profileCog);
|
||||
basePos = revolution->Base.getValue();
|
||||
axisDir = revolution->Axis.getValue();
|
||||
|
||||
Reference in New Issue
Block a user