List of pieces should also be cleared.

--HG--
branch : feature
This commit is contained in:
Roman Telezhynskyi 2017-01-18 10:15:51 +02:00
parent 7490200806
commit 8b839c7002

View file

@ -305,6 +305,8 @@ void VContainer::Clear()
_id = NULL_ID;
d->details->clear();
d->pieces->clear();
d->piecePaths->clear();
ClearVariables();
ClearGObjects();
ClearUniqueNames();