Nicolas Cannasse hace 17 años
padre
commit
fed266e1d0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      std/flash/MovieClip.hx

+ 1 - 0
std/flash/MovieClip.hx

@@ -16,6 +16,7 @@ implements Dynamic
 	var useHandCursor : Bool;
 	var enabled : Bool;
 	var focusEnabled : Bool;
+	//var menu : ContextMenu; rare, and we don't want to add __init__ for ContextMenu all the time
 	var tabChildren : Bool;
 	var tabEnabled : Bool;
 	var tabIndex : Int;