]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
rnc: fix of error introduced by merge operation
authorgdd <gdd>
Tue, 8 Nov 2011 13:55:05 +0000 (13:55 +0000)
committergdd <gdd>
Tue, 8 Nov 2011 13:55:05 +0000 (13:55 +0000)
src/OCCViewer/OCCViewer_ViewModel.cxx

index 240277c318254c294a58947442d9748b440ca162..9d94adff635f89ce66cde86bf4333d5ee2c36e38 100755 (executable)
@@ -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;