mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-26 10:50:33 +05:00
Fix for the '21907: EDF 2397 SMESH: Bugs with "Viscous Layers"' issue.
This commit is contained in:
parent
0460bb60e0
commit
8297100f36
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user