Przeglądaj źródła

Tweaked mojox.Label

Mark Sibly 8 lat temu
rodzic
commit
a833d74a21
1 zmienionych plików z 2 dodań i 0 usunięć
  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 )