From: rnv Date: Thu, 16 Jul 2015 07:24:49 +0000 (+0300) Subject: Fix for the '21907: EDF 2397 SMESH: Bugs with "Viscous Layers"' issue. X-Git-Tag: V7_7_0a1~21 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=8297100f3672d89ff864961311a8738eb46d980d;ds=sidebyside Fix for the '21907: EDF 2397 SMESH: Bugs with "Viscous Layers"' issue. --- diff --git a/src/StdMeshersGUI/StdMeshersGUI_SubShapeSelectorWdg.cxx b/src/StdMeshersGUI/StdMeshersGUI_SubShapeSelectorWdg.cxx index dc4511f95..6cddeb013 100644 --- a/src/StdMeshersGUI/StdMeshersGUI_SubShapeSelectorWdg.cxx +++ b/src/StdMeshersGUI/StdMeshersGUI_SubShapeSelectorWdg.cxx @@ -412,7 +412,7 @@ void StdMeshersGUI_SubShapeSelectorWdg::onListSelectionChanged() if ( !myPreviewActor ) return; - mySelectionMgr->clearSelected(); + //mySelectionMgr->clearSelected(); TColStd_MapOfInteger aIndexes; QList selItems = myListWidget->selectedItems(); QListWidgetItem* anItem;