Explorar el Código

Tweaked mojox.Label

Mark Sibly hace 8 años
padre
commit
a833d74a21
Se han modificado 1 ficheros con 2 adiciones y 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 )