mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-05 03:44:17 +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 )
|
if ( !myPreviewActor )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
mySelectionMgr->clearSelected();
|
//mySelectionMgr->clearSelected();
|
||||||
TColStd_MapOfInteger aIndexes;
|
TColStd_MapOfInteger aIndexes;
|
||||||
QList<QListWidgetItem*> selItems = myListWidget->selectedItems();
|
QList<QListWidgetItem*> selItems = myListWidget->selectedItems();
|
||||||
QListWidgetItem* anItem;
|
QListWidgetItem* anItem;
|
||||||
|
Loading…
Reference in New Issue
Block a user