TaskImage: try to fix bug when in Part container.

This commit is contained in:
Paddle
2023-04-12 17:50:59 +02:00
parent 6487c748e6
commit e168be3397

View File

@@ -373,7 +373,7 @@ void TaskImage::updatePlacement()
if (!feature.expired()) {
feature->Placement.setValue(Pos);
if(scale)
scale->setPlacement(Pos);
scale->setPlacement(feature->globalPlacement());
}
}