crash while creating a line.

Issue #170 resolved
cosina NA created an issue

I wanted to create a line. After selecting the point. QT is getting masses of this errors - I guess in the end valentina is killed because of that.

Math parser error:


Message: "Variable buffer overflow." Expression: "16.5983 " -------------------------------------- (......\valentina\src\app\dialogs\tools\dialogtool.cpp:472, void DialogTool::Eval(const QString&, bool&, QTimer, QLabel, const QString&, bool))

Math parser error:


Message: "Unexpected token ".5337 " found at position 2." Expression: "26.5337 " -------------------------------------- (......\valentina\src\app\dialogs\tools\dialogtool.cpp:472, void DialogTool::Eval(const QString&, bool&, QTimer, QLabel, const QString&, bool))

Comments (2)

  1. Roman Telezhynskyi repo owner

    I think, i fixed this issue. But remember you can use only one decimal separator at the same time. It can be "." or ",". Not both in one expression.

  2. Log in to comment