From 24faf1e291b1a80a058f04e3de712044c00b76ab Mon Sep 17 00:00:00 2001 From: guzman <> Date: Thu, 24 May 2012 15:20:18 +0000 Subject: [PATCH] Bug #1376 --- lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.cxx | 1 + 1 file changed, 1 insertion(+) 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(); } -- 2.45.0