[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
@@ -40,7 +40,7 @@ int GeometryLayerParameters::getSubLayerIndex(const int geoId,
|
||||
bool isExternal = geoId <= Sketcher::GeoEnum::RefExt;
|
||||
if (isExternal) {
|
||||
auto egf = Sketcher::ExternalGeometryFacade::getFacade(geom->clone());
|
||||
if (egf->testFlag(Sketcher::ExternalGeometryExtension::Defining)) {
|
||||
if (egf->testFlag(Sketcher::ExternalGeometryExtension::Defining)) {
|
||||
return static_cast<int>(SubLayer::ExternalDefining);
|
||||
}
|
||||
}
|
||||
@@ -81,8 +81,8 @@ SbColor DrawingParameters::SelectColor(0.11f, 0.68f, 0.11f); // #1CA
|
||||
SbColor DrawingParameters::PreselectSelectedColor(0.36f, 0.48f, 0.11f); // #5D7B1C -> ( 93,123, 28)
|
||||
SbColor DrawingParameters::CurveExternalColor(0.8f, 0.2f, 0.6f); // #CC3399 -> (204, 51,153)
|
||||
SbColor
|
||||
DrawingParameters::CurveExternalDefiningColor(0.8f, 0.2f, 0.6f); // #CC3399 -> (204, 51,153)
|
||||
SbColor DrawingParameters::CurveDraftColor(0.0f, 0.0f, 0.86f); // #0000DC -> ( 0, 0,220)
|
||||
DrawingParameters::CurveExternalDefiningColor(0.8f, 0.2f, 0.6f); // #CC3399 -> (204, 51,153)
|
||||
SbColor DrawingParameters::CurveDraftColor(0.0f, 0.0f, 0.86f); // #0000DC -> ( 0, 0,220)
|
||||
SbColor
|
||||
DrawingParameters::FullyConstraintConstructionElementColor(0.56f,
|
||||
0.66f,
|
||||
|
||||
Reference in New Issue
Block a user