Browse Source

fixed : no mouse on trace textfield

Nicolas Cannasse 18 years ago
parent
commit
002fff1b90
1 changed files with 1 additions and 0 deletions
  1. 1 0
      std/flash9/Boot.hx

+ 1 - 0
std/flash9/Boot.hx

@@ -92,6 +92,7 @@ class Boot extends flash.display.MovieClip {
 			tf.selectable = false;
 			tf.selectable = false;
 			tf.width = mc.stage.stageWidth;
 			tf.width = mc.stage.stageWidth;
 			tf.autoSize = flash.text.TextFieldAutoSize.LEFT;
 			tf.autoSize = flash.text.TextFieldAutoSize.LEFT;
+			tf.mouseEnabled = false;
 		}
 		}
 		mc.addChild(tf); // on top
 		mc.addChild(tf); // on top
 		return tf;
 		return tf;