EgtExecutor :

- aggiunto passaggio gestione eventi utente anche a GeomKernel.
This commit is contained in:
Dario Sassi
2018-07-20 08:06:44 +00:00
parent bb8cd6495f
commit aec2eb90af
+1
View File
@@ -412,6 +412,7 @@ bool
ExeSetProcessEvents( pfProcEvents pFun)
{
s_pFunProcEvents = pFun ;
SetEGkProcessEvents( pFun) ;
return ( pFun != nullptr) ;
}