Skip to content

fix isValid() evaluation of the Expressionparser.

Martin Marmsoler requested to merge work/ExpressionParserFix into master

Description

  • Show in tooltip parser error message
  • If expressionparser was never initialized, the funs struct holds the wrong pointer and then isValid() will be always false.

Conformity

When external dependencies are removed

  • Reporting to ...

Merge request reports