]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GBoxController.cxx
no message
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / GBoxController.cxx
index adb3bf021c59e1bf5222f4203e19edd27c7e7e2e..bd3b65237c0d544c340da634ef8803912a2e6f96 100644 (file)
@@ -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;
                
        }