Fix for PAL8269(One can't select a pointer on geometry in mesh filters).

This commit is contained in:
mzn 2005-03-02 07:45:32 +00:00
parent c92bd47d84
commit 6fae6dddb4

View File

@ -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) );
}
//=======================================================================