Ver Fonte

GridView...

Mark Sibly há 7 anos atrás
pai
commit
b2662254ff
1 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 2
      modules/mojox/gridview.monkey2

+ 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