EgtMachKernel 1.6j1 :

- ricompilato.
This commit is contained in:
Dario Sassi
2015-10-11 18:03:09 +00:00
parent e7d8b2fa83
commit 45e3e41eac
2 changed files with 1 additions and 1 deletions
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -468,7 +468,7 @@ MachMgr::ResetRawPartCenter( int nRawId)
if ( nGPntId == GDB_ID_NULL)
return true ;
// imposto modo a bloccato
return m_pGeomDB->SetMode( nGPntId, GDB_MD_LOCKED) ;
return m_pGeomDB->SetMode( nGPntId, GDB_MD_HIDDEN) ;
}
//----------------------------------------------------------------------------