From: gdd Date: Tue, 8 Nov 2011 13:55:05 +0000 (+0000) Subject: rnc: fix of error introduced by merge operation X-Git-Tag: pxsxl1~30 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=518634ab3c0c0953f11050780c82b3303e3f1ded;p=modules%2Fgui.git rnc: fix of error introduced by merge operation --- 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;