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

+ 0 - 2
modules/mojox/gridview.monkey2

@@ -84,8 +84,6 @@ Class GridView Extends View
 			
 			Local size:=cell.view.LayoutSize
 			
-			Print "size="+size
-			
 			maxw=Max( maxw,size.x/cell.w )
 			maxh=Max( maxh,size.y/cell.h )
 		Next