Fix bug in VLayoutPieceData class.
--HG-- branch : feature
This commit is contained in:
parent
69340a4ff2
commit
4565a47b91
|
@ -87,7 +87,8 @@ public:
|
||||||
grainlineEnabled(detail.grainlineEnabled),
|
grainlineEnabled(detail.grainlineEnabled),
|
||||||
m_tmDetail(detail.m_tmDetail),
|
m_tmDetail(detail.m_tmDetail),
|
||||||
m_tmPattern(detail.m_tmPattern),
|
m_tmPattern(detail.m_tmPattern),
|
||||||
m_placeLabels(detail.m_placeLabels)
|
m_placeLabels(detail.m_placeLabels),
|
||||||
|
m_square(detail.m_square)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
~VLayoutPieceData() {}
|
~VLayoutPieceData() {}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user