Fixed issue #946. Impossible to create pattern in detail mode.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2019-02-18 14:37:39 +02:00
parent 89dd0ae4e5
commit e1cd58db03

View file

@ -117,7 +117,7 @@ DialogSeamAllowance::DialogSeamAllowance(const VContainer *data, quint32 toolId,
flagFormulaAfter(true),
flagMainPathIsValid(true),
flagName(true), //We have default name of piece.
flagFormula(false),
flagFormula(true),
m_bAddMode(true),
m_dialog(),
m_visSpecialPoints(),