From: asl Date: Thu, 8 Oct 2015 07:54:02 +0000 (+0300) Subject: refs #587: correct rubber band and points selection in embedded viewer X-Git-Tag: v1.5~109^2~3^2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=86f7222db6a54438f6119e7328a164a268e1f7a3;p=modules%2Fhydro.git refs #587: correct rubber band and points selection in embedded viewer --- diff --git a/src/HYDROGUI/HYDROGUI_ViewerDlg.cxx b/src/HYDROGUI/HYDROGUI_ViewerDlg.cxx index 43a017d3..8be7fa37 100644 --- a/src/HYDROGUI/HYDROGUI_ViewerDlg.cxx +++ b/src/HYDROGUI/HYDROGUI_ViewerDlg.cxx @@ -72,7 +72,7 @@ HYDROGUI_ViewerDlg::HYDROGUI_ViewerDlg( HYDROGUI_Module* theModule, const QStrin myViewManager->setViewModel( aViewer );// custom view model, which extends SALOME_View interface - aViewer->enableMultiselection( false ); + //aViewer->enableMultiselection( false ); SUIT_ViewWindow* aViewWin = myViewManager->createViewWindow(); aViewer->setStaticTrihedronDisplayed( false );