Fixed issue #946. Impossible to create pattern in detail mode.
--HG-- branch : develop
This commit is contained in:
parent
89dd0ae4e5
commit
e1cd58db03
|
@ -117,7 +117,7 @@ DialogSeamAllowance::DialogSeamAllowance(const VContainer *data, quint32 toolId,
|
||||||
flagFormulaAfter(true),
|
flagFormulaAfter(true),
|
||||||
flagMainPathIsValid(true),
|
flagMainPathIsValid(true),
|
||||||
flagName(true), //We have default name of piece.
|
flagName(true), //We have default name of piece.
|
||||||
flagFormula(false),
|
flagFormula(true),
|
||||||
m_bAddMode(true),
|
m_bAddMode(true),
|
||||||
m_dialog(),
|
m_dialog(),
|
||||||
m_visSpecialPoints(),
|
m_visSpecialPoints(),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user