You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/11/11 08:00:17 UTC

[royale-asjs] branch develop updated: mxroyale: fix build. editorDiv doesn't exits

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new d6ee903  mxroyale: fix build. editorDiv doesn't exits
d6ee903 is described below

commit d6ee9037642fc75c94567d359ed277b3a797f9a8
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Wed Nov 11 08:39:48 2020 +0100

    mxroyale: fix build. editorDiv doesn't exits
---
 frameworks/projects/MXRoyale/src/main/royale/mx/controls/TinyEditor.as | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/TinyEditor.as b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/TinyEditor.as
index a6c5f12..aae2fbc 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/TinyEditor.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/TinyEditor.as
@@ -385,7 +385,7 @@ public class TinyEditor extends UIComponent
 			val = "visible";
 		if (value == "off")
 		    val = "hidden";
-		editorDiv.style.overflowY = val;
+		//editorDiv.style.overflowY = val;
 	}
 	
     //--------------------------------------------------------------------------