소스 검색

set default cursor

bstouls 8 년 전
부모
커밋
6262c7e02f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      h2d/Flow.hx

+ 1 - 0
h2d/Flow.hx

@@ -400,6 +400,7 @@ class Flow extends Sprite.Container {
 		if( b ) {
 			if( interactive == null ) {
 				interactive = new h2d.Interactive(0, 0, this);
+				interactive.cursor = Default;
 				properties[properties.length - 1].isAbsolute = true;
 				if( !needReflow ) {
 					interactive.width = calculatedWidth;