From 518634ab3c0c0953f11050780c82b3303e3f1ded Mon Sep 17 00:00:00 2001 From: gdd Date: Tue, 8 Nov 2011 13:55:05 +0000 Subject: [PATCH] rnc: fix of error introduced by merge operation --- src/OCCViewer/OCCViewer_ViewModel.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/OCCViewer/OCCViewer_ViewModel.cxx b/src/OCCViewer/OCCViewer_ViewModel.cxx index 240277c31..9d94adff6 100755 --- a/src/OCCViewer/OCCViewer_ViewModel.cxx +++ b/src/OCCViewer/OCCViewer_ViewModel.cxx @@ -228,7 +228,6 @@ void OCCViewer_Viewer::onMousePress(SUIT_ViewWindow* theWindow, QMouseEvent* the */ void OCCViewer_Viewer::onMouseMove(SUIT_ViewWindow* theWindow, QMouseEvent* theEvent) { -// MESSAGE("OCCViewer_Viewer::onMouseMove") if (!mySelectionEnabled) return; if (!theWindow->inherits("OCCViewer_ViewWindow")) return; @@ -254,7 +253,6 @@ void OCCViewer_Viewer::onMouseMove(SUIT_ViewWindow* theWindow, QMouseEvent* theE */ void OCCViewer_Viewer::onMouseRelease(SUIT_ViewWindow* theWindow, QMouseEvent* theEvent) { - MESSAGE("OCCViewer_Viewer::onMouseRelease") if (!mySelectionEnabled) return; if (theEvent->button() != Qt::LeftButton) return; if (!theWindow->inherits("OCCViewer_ViewWindow")) return; -- 2.39.2