Don't need to prepare increments because they do not support multi size
measurements anymore. (grafted from ca88ea9874acb7e08edafe84ca716e58b6e4b05e) --HG-- branch : develop
This commit is contained in:
parent
474c0949e2
commit
825b0b1431
|
@ -617,8 +617,7 @@ const QHash<QString, qreal *> VContainer::PlainVariables() const
|
|||
while (i != d->variables.constEnd())
|
||||
{
|
||||
QSharedPointer<VInternalVariable> var = i.value();
|
||||
if ((qApp->patternType() == MeasurementsType::Multisize) &&
|
||||
(var->GetType() == VarType::Measurement || var->GetType() == VarType::Increment))
|
||||
if (qApp->patternType() == MeasurementsType::Multisize && var->GetType() == VarType::Measurement)
|
||||
{
|
||||
QSharedPointer<VVariable> m = GetVariable<VVariable>(i.key());
|
||||
m->SetValue(size(), height(), qApp->patternUnit());
|
||||
|
|
Loading…
Reference in New Issue
Block a user