2
0
Mark Sibly 8 жил өмнө
parent
commit
a833d74a21

+ 2 - 0
modules/mojox/label.monkey2

@@ -158,6 +158,8 @@ Class Label Extends View
 			x1=x0
 		Next
 		
+		_textRect.Right=x1
+		
 		#rem
 		For Local view:=Eachin _views.Backwards()
 			Local x0:=Max( x1-view.LayoutSize.x,_textRect.Right )