Force piece update after import.

develop
Roman Telezhynskyi 2024-04-05 15:28:42 +03:00
parent 6a2b48050f
commit 68555a2d9e
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ void VPLayout::AddPiece(const VPPiecePtr &piece)
if (not oldPiece.isNull())
{
oldPiece->Update(piece);
emit PieceTransformationChanged(oldPiece);
}
else
{