浏览代码

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;