TaskImage: try to fix bug when in Part container.
This commit is contained in:
@@ -373,7 +373,7 @@ void TaskImage::updatePlacement()
|
||||
if (!feature.expired()) {
|
||||
feature->Placement.setValue(Pos);
|
||||
if(scale)
|
||||
scale->setPlacement(Pos);
|
||||
scale->setPlacement(feature->globalPlacement());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user