Fixed broken visuzlization for tool Move.
--HG-- branch : develop
This commit is contained in:
parent
0817264a84
commit
87209bc850
|
@ -155,7 +155,7 @@ qreal VisToolMove::LengthValue() const
|
||||||
//---------------------------------------------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------------------------------------------
|
||||||
void VisToolMove::SetLength(const QString &expression)
|
void VisToolMove::SetLength(const QString &expression)
|
||||||
{
|
{
|
||||||
length = FindVal(expression, Visualization::data->PlainVariables());
|
length = FindLength(expression, Visualization::data->PlainVariables());
|
||||||
}
|
}
|
||||||
|
|
||||||
//---------------------------------------------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user