ncannasse 8 роки тому
батько
коміт
37262de0ec
1 змінених файлів з 2 додано та 0 видалено
  1. 2 0
      h2d/TextInput.hx

+ 2 - 0
h2d/TextInput.hx

@@ -188,6 +188,8 @@ class TextInput extends Text {
 		interactive.onOver = function(e) onOver(e);
 		interactive.onOver = function(e) onOver(e);
 		interactive.onOut = function(e) onOut(e);
 		interactive.onOut = function(e) onOut(e);
 
 
+		interactive.cursor = TextInput;
+
 		addChildAt(interactive, 0);
 		addChildAt(interactive, 0);
 	}
 	}