2
0
Mark Sibly 7 жил өмнө
parent
commit
2fd1fb7938

+ 3 - 1
modules/mojox/gridview.monkey2

@@ -82,7 +82,9 @@ Class GridView Extends View
 		
 		For Local cell:=Eachin _cells
 			
-			Local size:=cell.view.MeasuredSize
+			Local size:=cell.view.LayoutSize
+			
+			Print "size="+size
 			
 			maxw=Max( maxw,size.x/cell.w )
 			maxh=Max( maxh,size.y/cell.h )