Explorar o código

Tweaked mojox.Label

Mark Sibly %!s(int64=8) %!d(string=hai) anos
pai
achega
a833d74a21
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      modules/mojox/label.monkey2

+ 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 )