From 86f7222db6a54438f6119e7328a164a268e1f7a3 Mon Sep 17 00:00:00 2001 From: asl Date: Thu, 8 Oct 2015 10:54:02 +0300 Subject: [PATCH] refs #587: correct rubber band and points selection in embedded viewer --- src/HYDROGUI/HYDROGUI_ViewerDlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.39.2