Fixed broken visuzlization for tool Move.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-10-12 16:36:58 +03:00
parent 0817264a84
commit 87209bc850

View file

@ -155,7 +155,7 @@ qreal VisToolMove::LengthValue() const
//---------------------------------------------------------------------------------------------------------------------
void VisToolMove::SetLength(const QString &expression)
{
length = FindVal(expression, Visualization::data->PlainVariables());
length = FindLength(expression, Visualization::data->PlainVariables());
}
//---------------------------------------------------------------------------------------------------------------------