From 82148a04f51cfa71204622f781d06e0235c7d856 Mon Sep 17 00:00:00 2001 From: ouv Date: Tue, 21 Dec 2010 11:55:46 +0000 Subject: [PATCH] Minor fix --- src/GraphicsView/GraphicsView_Object.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2