From: ouv Date: Tue, 21 Dec 2010 11:55:46 +0000 (+0000) Subject: Minor fix X-Git-Tag: DIAGRAM_0_1~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=82148a04f51cfa71204622f781d06e0235c7d856;p=modules%2Fgui.git Minor fix --- diff --git a/src/GraphicsView/GraphicsView_Object.cxx b/src/GraphicsView/GraphicsView_Object.cxx index 2227fe887..fbe203129 100644 --- a/src/GraphicsView/GraphicsView_Object.cxx +++ b/src/GraphicsView/GraphicsView_Object.cxx @@ -130,5 +130,5 @@ void GraphicsView_Object::move( double theDX, double theDY, bool theIsAtOnce ) //================================================================ bool GraphicsView_Object::finishMove() { - return true; + return false; }