EgtGraphics :

- per snap point su testo aggiunto baricentro come centro.
This commit is contained in:
Dario Sassi
2019-08-01 13:43:13 +00:00
parent f1de412fdc
commit c21b1fcacb
+1
View File
@@ -1173,6 +1173,7 @@ Scene::FindTextSnapPoint( int nSnap, const Point3d& ptWin, int nId, const Frame3
}
break ;
case SP_CENTER :
case SP_CENTROID :
// centro
if ( pTxt->GetCenterPoint( ptP)) {
ptP.ToGlob( frEnt) ;