EgtMachKernel :

- correzione a gestione visualizzazione tavola corrente.
This commit is contained in:
Dario Sassi
2024-03-16 10:32:57 +01:00
parent 9540563a87
commit 74b2874f56
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -1066,6 +1066,8 @@ Machine::SetLook( int nFlag)
nTabId = GetFirstTable() ;
if ( nTabId == GDB_ID_NULL)
return false ;
// il gruppo tavola corrente deve essere sempre visibile
m_pGeomDB->SetStatus( nTabId, GDB_ST_ON) ;
// nascondo o visualizzo i fratelli e tutti i fratelli degli ascendenti della tavola
bool bTabOnly = ( nFlag != MCH_LOOK_ALL) ;
int nTabCurrId = nTabId ;