From 2c318788b03a388288f6f5d8af36b49ae2b7e1d5 Mon Sep 17 00:00:00 2001 From: ouv Date: Fri, 30 Aug 2013 12:15:11 +0000 Subject: [PATCH] Minor changes. --- src/HYDROGUI/HYDROGUI_ImportImageOp.cxx | 2 +- src/HYDROGUI/HYDROGUI_Module.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/HYDROGUI/HYDROGUI_ImportImageOp.cxx b/src/HYDROGUI/HYDROGUI_ImportImageOp.cxx index 6f76353e..15da4b45 100644 --- a/src/HYDROGUI/HYDROGUI_ImportImageOp.cxx +++ b/src/HYDROGUI/HYDROGUI_ImportImageOp.cxx @@ -327,7 +327,7 @@ void HYDROGUI_ImportImageOp::onCreatePreview( QImage theImage ) { if( GraphicsView_ViewPort* aViewPort = aViewer->getActiveViewPort() ) { - aViewPort->setMousePositionEnabled( true ); + //aViewPort->setMousePositionEnabled( true ); //ouv: temporarily commented aViewPort->addItem( myPreviewPrs ); aViewPort->fitAll(); diff --git a/src/HYDROGUI/HYDROGUI_Module.cxx b/src/HYDROGUI/HYDROGUI_Module.cxx index c355b2df..2c95f19a 100644 --- a/src/HYDROGUI/HYDROGUI_Module.cxx +++ b/src/HYDROGUI/HYDROGUI_Module.cxx @@ -351,7 +351,7 @@ void HYDROGUI_Module::customEvent( QEvent* e ) aViewPort->setInteractionFlag( GraphicsView_ViewPort::ImmediateContextMenu ); aViewPort->setInteractionFlag( GraphicsView_ViewPort::ImmediateSelection ); - // ouv: tmp + //ouv: temporarily commented //aViewPort->setViewLabelPosition( GraphicsView_ViewPort::VLP_BottomLeft, true ); } } -- 2.39.2