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

This commit is contained in:
mzn 2005-03-02 07:47:24 +00:00
parent aed9d064c1
commit 5433fd6781

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