瀏覽代碼

Fixed Label.TextGravity bug.

Mark Sibly 9 年之前
父節點
當前提交
237009ac60
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      modules/mojox/label.monkey2

+ 1 - 0
modules/mojox/label.monkey2

@@ -156,6 +156,7 @@ Class Label Extends View
 			view.Frame=New Recti( x0,0,x1,Height )
 			x1=x0
 		Next
+		_textRect.Right=x1
 		
 		Return