Nicolas Cannasse %!s(int64=19) %!d(string=hai) anos
pai
achega
0beb3ab2ed
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      std/flash/TextField.hx

+ 1 - 1
std/flash/TextField.hx

@@ -61,7 +61,7 @@ extern class TextField
 	function replaceText(beginIndex:Float,endIndex:Float,newText:String):Void;
 	function replaceSel(newText:String):Void;
 	function getTextFormat(beginIndex:Float,endIndex:Float):TextFormat;
-	function setTextFormat():Void;
+	function setTextFormat( tf : TextFormat ):Void;
 	function removeTextField():Void;
 	function getNewTextFormat():TextFormat;
 	function setNewTextFormat(tf:TextFormat):Void;