]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GObjectController.cxx
Basic functionnality adition showing the black box input ports
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / GObjectController.cxx
index 278d9c768ef514e457e03d718983c2d434ffca9c..c4b0837ee52477062db225e0bfc1bba5e2f66a2c 100644 (file)
@@ -98,7 +98,7 @@ bool GObjectController::OnMouseMove()
                        }
                }
                
-               _view->refresh();
+               _view->update();
        }
        return true;
 }