mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-24 16:30:34 +05:00
Fix for PAL8269(One can't select a pointer on geometry in mesh filters).
This commit is contained in:
parent
c92bd47d84
commit
6fae6dddb4
@ -2443,7 +2443,7 @@ void SMESHGUI_FilterDlg::onSelectionDone()
|
||||
Handle(SALOME_InteractiveObject) anIO = mySelection->firstIObject() ;
|
||||
GEOM::GEOM_Object_var anObj = SMESH::IObjectToInterface<GEOM::GEOM_Object>( anIO ) ;
|
||||
if ( !anObj->_is_nil() )
|
||||
myTable->SetThreshold( aRow, anIO->getName() );
|
||||
myTable->SetThreshold( aRow, GEOMBase::GetName(anObj) );
|
||||
}
|
||||
|
||||
//=======================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user