X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FModel%2FModel_Update.cpp;h=3a70e463a2b8a73b74c16cc938fa877ce197f907;hb=50c050906e6b5926727fcbadcbf4247326ef60be;hp=31c8b7565956247856dac960f303e15b1565f893;hpb=4b1c827abfbf7af9359088dce8f80692d4d33602;p=modules%2Fshaper.git diff --git a/src/Model/Model_Update.cpp b/src/Model/Model_Update.cpp index 31c8b7565..3a70e463a 100644 --- a/src/Model/Model_Update.cpp +++ b/src/Model/Model_Update.cpp @@ -163,7 +163,7 @@ void Model_Update::updateInDoc(std::shared_ptr theDoc) void Model_Update::redisplayWithResults(FeaturePtr theFeature, const ModelAPI_ExecState theState) { - // maske updated and redisplay all results + // make updated and redisplay all results static Events_ID EVENT_DISP = Events_Loop::loop()->eventByName(EVENT_OBJECT_TO_REDISPLAY); const std::list >& aResults = theFeature->results(); std::list >::const_iterator aRIter = aResults.begin();