From: guzman <> Date: Thu, 24 May 2012 15:20:18 +0000 (+0000) Subject: Bug #1376 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=bbtkGEditor.git;a=commitdiff_plain;h=24faf1e291b1a80a058f04e3de712044c00b76ab Bug #1376 --- 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(); }