From 42b9dcf67c2523b4dc699bacbfea5f2b09252e15 Mon Sep 17 00:00:00 2001 From: ouv Date: Wed, 17 Nov 2010 14:04:26 +0000 Subject: [PATCH] Visualization debug --- src/GraphicsView/GraphicsView_ViewPort.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/GraphicsView/GraphicsView_ViewPort.cxx b/src/GraphicsView/GraphicsView_ViewPort.cxx index ba6c5978e..1be4f0016 100644 --- a/src/GraphicsView/GraphicsView_ViewPort.cxx +++ b/src/GraphicsView/GraphicsView_ViewPort.cxx @@ -718,7 +718,6 @@ void GraphicsView_ViewPort::setSelected( GraphicsView_Object* theObject ) if( theObject ) { theObject->setSelected( true ); - theObject->compute(); mySelectedObjects.append( theObject ); } } -- 2.39.2