From: adv Date: Thu, 30 Jan 2014 06:03:53 +0000 (+0000) Subject: Selection mode for profiles in list widget changed (Bug #348). X-Git-Tag: BR_hydro_v_1_0~24 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=cc4f83890167894aaf3df2156518851d5d7303ef;p=modules%2Fhydro.git Selection mode for profiles in list widget changed (Bug #348). --- diff --git a/src/HYDROGUI/HYDROGUI_StreamDlg.cxx b/src/HYDROGUI/HYDROGUI_StreamDlg.cxx index 31479075..91373c42 100644 --- a/src/HYDROGUI/HYDROGUI_StreamDlg.cxx +++ b/src/HYDROGUI/HYDROGUI_StreamDlg.cxx @@ -56,7 +56,7 @@ HYDROGUI_StreamDlg::HYDROGUI_StreamDlg( HYDROGUI_Module* theModule, const QStrin anAxisLayout->addWidget( myAxes ); myProfiles = new QListWidget( aParamGroup ); - myProfiles->setSelectionMode( QListWidget::MultiSelection ); + myProfiles->setSelectionMode( QListWidget::ExtendedSelection ); myProfiles->setEditTriggers( QListWidget::NoEditTriggers ); myProfiles->setViewMode( QListWidget::ListMode ); myProfiles->setSortingEnabled( false );