Procházet zdrojové kódy

use correct cursor

ncannasse před 8 roky
rodič
revize
37262de0ec
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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.onOut = function(e) onOut(e);
 
+		interactive.cursor = TextInput;
+
 		addChildAt(interactive, 0);
 	}