From: ouv Date: Fri, 30 Aug 2013 12:15:11 +0000 (+0000) Subject: Minor changes. X-Git-Tag: BR_hydro_v_0_1~86 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2c318788b03a388288f6f5d8af36b49ae2b7e1d5;p=modules%2Fhydro.git Minor changes. --- 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 ); } }