Explorar o código

Fixed GridView layout.

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

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