]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
For data objects other than SalomeApp_DataObject the filter should return true, other...
authorvsr <vsr@opencascade.com>
Thu, 23 Jun 2005 12:29:54 +0000 (12:29 +0000)
committervsr <vsr@opencascade.com>
Thu, 23 Jun 2005 12:29:54 +0000 (12:29 +0000)
src/SalomeApp/SalomeApp_OBFilter.cxx

index 3a9cbf47dd38a8a173dc72a6515b5a03a2f91261..8ae0c9affe1c50569ec531db7a1d506f71789590 100644 (file)
@@ -19,6 +19,6 @@ bool SalomeApp_OBFilter::isOk( const SUIT_DataObject* theDataObj ) const
   if ( obj )
     return mySelMgr->isOk( new SalomeApp_DataOwner( obj->entry() ) );
 
-  return false;
+  return true;
 }