Fixed issue #834. Union Tool - Pieces can't be moved after undo union details.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2018-04-07 13:11:15 +03:00
parent 6438679f0e
commit e0ecb81932

View File

@ -121,6 +121,7 @@ void DeletePiece::redo()
m_tool = qobject_cast<VToolSeamAllowance*>(VAbstractPattern::getTool(nodeId));
SCASSERT(not m_tool.isNull());
m_tool->DisconnectOutsideSignals();
m_tool->EnableToolMove(true);
m_tool->hide();
m_scene->removeItem(m_tool);