From 225d3eb1daa1f2b9c1cd1cf1b78b19d2691bc4b2 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Tue, 12 May 2015 21:58:17 +0000 Subject: [PATCH] TestEIn : - tolto zoom all dopo esecuzione script lua. --- Controller.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controller.vb b/Controller.vb index 82743e1..ffdbed3 100644 --- a/Controller.vb +++ b/Controller.vb @@ -514,7 +514,7 @@ Public Class Controller bOk = EgtTscExecFile(sFile) End If DisableCommandLog() - EgtZoom(ZM.ALL) + ' EgtZoom(ZM.ALL) m_Scene.Cursor = Cursors.Default ' Aggiornamento RaiseEvent UpdateUI(Me, True)