TaskImage: try to fix bug when in Part container.

This commit is contained in:
Paddle
2023-04-12 17:50:59 +02:00
parent 60a6de9bac
commit f2494a86c2

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());
}
}