X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomData%2FGeomData_Point.cpp;h=7ae96b859bb5ddf46a17392e669e785868ff625a;hb=b6f308f901ef00da365c40bab25c5f03b547adf0;hp=e76498c00db8fbfcd830d8bfa98fbc7f918685f6;hpb=b719c47b37c8dde30c075260dd1457d8f8a00f72;p=modules%2Fshaper.git diff --git a/src/GeomData/GeomData_Point.cpp b/src/GeomData/GeomData_Point.cpp index e76498c00..7ae96b859 100644 --- a/src/GeomData/GeomData_Point.cpp +++ b/src/GeomData/GeomData_Point.cpp @@ -8,6 +8,7 @@ #include #include #include +#include using namespace std; @@ -65,6 +66,8 @@ void GeomData_Point::setText(const std::string& theX, myTextArray->SetValue(1, aY); myTextArray->SetValue(2, aZ); owner()->data()->sendAttributeUpdated(this); + // Send it to evaluator to convert into the double and store in the attribute + ModelAPI_AttributeEvalMessage::send(owner()->data()->attribute(id()), this); } }