X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsVtkGUIEditorGraphic%2FGBoxController.cxx;h=da3336334faf938db197fb1e7bb2460779431642;hb=92a55a7bc8ace3f27e6ebdaf56fb47938c97cced;hp=b0175e6e07d425a6d299c2d934d941f330375807;hpb=30ec99c0060a1f69fe302da398730d7ceaae6be2;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GBoxController.cxx b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GBoxController.cxx index b0175e6..da33363 100644 --- a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GBoxController.cxx +++ b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GBoxController.cxx @@ -95,7 +95,6 @@ namespace bbtk bool GBoxController::OnLeftButtonDown() { bool ok=true; -printf("EED GBoxController::OnLeftButtonDown \n"); int state = _view->getState(); //Evaluate new state @@ -104,7 +103,8 @@ printf("EED GBoxController::OnLeftButtonDown \n"); ok=false; _isLeftClickDown=true; _view->setState(SELECTED); - _model->notifyObservers(getId(),ADD_TO_SELECTED); +// _model->notifyObservers(getId(),ADD_TO_SELECTED); + _model->notifyObservers(getId()); } return ok;