[skip ci] for curvature and inspection objects set default selection style to BBOX
This commit is contained in:
@@ -97,6 +97,7 @@ ViewProviderInspection::ViewProviderInspection() : search_radius(FLT_MAX)
|
||||
pcPointStyle->ref();
|
||||
pcPointStyle->style = SoDrawStyle::POINTS;
|
||||
pcPointStyle->pointSize = PointSize.getValue();
|
||||
SelectionStyle.setValue(1); // BBOX
|
||||
}
|
||||
|
||||
ViewProviderInspection::~ViewProviderInspection()
|
||||
|
||||
@@ -129,6 +129,7 @@ ViewProviderMeshCurvature::ViewProviderMeshCurvature()
|
||||
}
|
||||
|
||||
ADD_PROPERTY(TextureMaterial,(mat));
|
||||
SelectionStyle.setValue(1); // BBOX
|
||||
}
|
||||
|
||||
ViewProviderMeshCurvature::~ViewProviderMeshCurvature()
|
||||
|
||||
Reference in New Issue
Block a user