Skip to content
Snippets Groups Projects
Commit 43f23c78 authored by Julien Michel's avatar Julien Michel
Browse files

Added missing this->Modified(); when changing a parameter

parent cbb048dd
Branches
Tags
No related merge requests found
......@@ -84,6 +84,7 @@ public:
void SetCoef(double Coef)
{
this->GetFunctor().SetCoef( Coef );
this->Modified();
}
double GetCoef(void)const
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment