Sketcher: Do not update point height when highlighted i.e. (pre)selected
This commit is contained in:
@@ -2527,7 +2527,7 @@ void ViewProviderSketch::updateColor(void)
|
||||
for (int i=0; i < PtNum; i++) { // 0 is the origin
|
||||
pverts[i].getValue(x,y,z);
|
||||
const Part::Geometry * tmp = getSketchObject()->getGeometry(edit->PointIdToGeoId[i]);
|
||||
if(tmp) {
|
||||
if(tmp && z < zHighlight) {
|
||||
if(tmp->Construction)
|
||||
pverts[i].setValue(x,y,zConstrPoint);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user