Fix for the '21907: EDF 2397 SMESH: Bugs with "Viscous Layers"' issue.

This commit is contained in:
rnv 2015-07-16 10:24:49 +03:00
parent 0460bb60e0
commit 8297100f36

View File

@ -412,7 +412,7 @@ void StdMeshersGUI_SubShapeSelectorWdg::onListSelectionChanged()
if ( !myPreviewActor )
return;
mySelectionMgr->clearSelected();
//mySelectionMgr->clearSelected();
TColStd_MapOfInteger aIndexes;
QList<QListWidgetItem*> selItems = myListWidget->selectedItems();
QListWidgetItem* anItem;