X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsVtkGUIEditorGraphic%2FGBoxController.cxx;fp=lib%2FEditorGraphicBBS%2FbbsVtkGUIEditorGraphic%2FGBoxController.cxx;h=bd3b65237c0d544c340da634ef8803912a2e6f96;hb=5cf9c7b92a97ee411e6a441beca8a06d2bffc8b3;hp=adb3bf021c59e1bf5222f4203e19edd27c7e7e2e;hpb=78e35be5c1ce2fe75d995cbcde0d1d631e8ac487;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GBoxController.cxx b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GBoxController.cxx index adb3bf0..bd3b652 100644 --- a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GBoxController.cxx +++ b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GBoxController.cxx @@ -114,7 +114,6 @@ namespace bbtk wxVTKiren->GetEventPosition(X,Y); int state = _view->getState(); - //Evaluate new state if(_isLeftClickDown) { @@ -126,7 +125,7 @@ namespace bbtk _model->notifyObservers(getId()); } } - return true; + return true; }