]> Creatis software - bbtkGEditor.git/commitdiff
Bug #1376
authorguzman <>
Thu, 24 May 2012 15:20:18 +0000 (15:20 +0000)
committerguzman <>
Thu, 24 May 2012 15:20:18 +0000 (15:20 +0000)
lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.cxx

index c8270fb93ba85745708c6f0816fb45f30ca6f7cd..fb33bd02bb43061f6442ea3b691b045c14806044 100644 (file)
@@ -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();
 }