From cc4f83890167894aaf3df2156518851d5d7303ef Mon Sep 17 00:00:00 2001 From: adv Date: Thu, 30 Jan 2014 06:03:53 +0000 Subject: [PATCH] Selection mode for profiles in list widget changed (Bug #348). --- src/HYDROGUI/HYDROGUI_StreamDlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.39.2