Browse Source

Fixed Label.TextGravity bug.

Mark Sibly 9 years ago
parent
commit
237009ac60
1 changed files with 1 additions and 0 deletions
  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