EgtMachKernel 1.8b3 :
- correzioni per visualizzare/nascondere aggregati su TC in simulazione e convivere con LookMachine.
This commit is contained in:
+3
-2
@@ -690,11 +690,12 @@ Machine::EnableHeadInSet( const string& sHead)
|
||||
const STRVECTOR& vsHSet = GetHSet( sHead) ;
|
||||
if ( vsHSet.empty())
|
||||
return false ;
|
||||
// spengo tutte le teste tranne questa
|
||||
// spengo tutte le teste dell'insieme tranne questa
|
||||
for ( size_t i = 0 ; i < vsHSet.size() ; ++ i) {
|
||||
int nH = GetGroup( vsHSet[i]) ;
|
||||
bool bShow = ( vsHSet[i] == sHead) ;
|
||||
m_pGeomDB->SetStatus( nH, ( bShow ? GDB_ST_ON : GDB_ST_OFF)) ;
|
||||
m_pGeomDB->SetMode( nH, ( bShow ? GDB_MD_STD : GDB_MD_HIDDEN)) ;
|
||||
//m_pGeomDB->SetStatus( nH, ( bShow ? GDB_ST_ON : GDB_ST_OFF)) ;
|
||||
}
|
||||
return true ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user