X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSetPlugin%2FPartSetPlugin_Part.cpp;h=31759862f1fe20f53d1bc72133dc191f94c8772e;hb=8476d5e088f7b1b5a414fa5e33ce99d6131929eb;hp=794fcd4fa2a58a459ac81a0cb302d1d87055721f;hpb=6d1d824304c048a69924a836c4e6fa74d301b95e;p=modules%2Fshaper.git diff --git a/src/PartSetPlugin/PartSetPlugin_Part.cpp b/src/PartSetPlugin/PartSetPlugin_Part.cpp index 794fcd4fa..31759862f 100644 --- a/src/PartSetPlugin/PartSetPlugin_Part.cpp +++ b/src/PartSetPlugin/PartSetPlugin_Part.cpp @@ -31,8 +31,8 @@ void PartSetPlugin_Part::execute() // do not activate part by simple execution if it is not loaded yet: it must be explicitly // activated for this if (!ModelAPI_Session::get()->isLoadByDemand(aResult->data()->name())) { - // On undo/redo creation of the part result the Object Borwser must get creation event - // earlier that activation of this part event (otherwise the crash is producted) + // On undo/redo creation of the part result the Object Browser must get creation event + // earlier that activation of this part event (otherwise the crash is produced) // So, send a creation event earlier, without any grouping static Events_ID aCreateID = Events_Loop::eventByName(EVENT_OBJECT_CREATED); ModelAPI_EventCreator::get()->sendUpdated(aResult, aCreateID, false);