X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FwxVtkSceneManager.cxx;h=fb33bd02bb43061f6442ea3b691b045c14806044;hb=24faf1e291b1a80a058f04e3de712044c00b76ab;hp=c8270fb93ba85745708c6f0816fb45f30ca6f7cd;hpb=afa704f08a0b150138c466e3c294470e211d44f1;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.cxx b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.cxx index c8270fb..fb33bd0 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.cxx +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.cxx @@ -1026,6 +1026,7 @@ void wxVtkSceneManager::UnSelectBlackBoxes() { int id = _selectedObjects[i]; GObjectController* control = _controllers[id]; control->getView()->setState(NOTHING_HAPPENS); + control->getModel()->notifyObservers(_idManager); }// for _selectedObjects _selectedObjects.clear(); }