EgtGraphics 1.5c7 :
- zoom all ora tiene conto dei soli oggetti visibili.
This commit is contained in:
Binary file not shown.
+1
-1
@@ -74,7 +74,7 @@ bool
|
||||
Scene::UpdateExtension( void)
|
||||
{
|
||||
BBox3d b3Ext ;
|
||||
if ( m_pGeomDB == nullptr || ! m_pGeomDB->GetLocalBBox( GDB_ID_ROOT, b3Ext))
|
||||
if ( m_pGeomDB == nullptr || ! m_pGeomDB->GetLocalBBox( GDB_ID_ROOT, b3Ext, BBF_ONLY_VISIBLE))
|
||||
return false ;
|
||||
return SetExtension( b3Ext) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user