2
0
Mark Sibly 9 жил өмнө
parent
commit
2ff759e7b7

+ 1 - 1
modules/mojox/treeview.monkey2

@@ -442,7 +442,7 @@ Class TreeView Extends ScrollableView
 			
 			If node._icon
 				w+=_spcWidth+node._icon.Width
-				h=Max( h,node._icon.Height )
+				h=Max( h,Int( node._icon.Height ) )
 			Endif
 			
 			size=New Vec2i( w+_nodeSize,Max( h,_nodeSize )+_spacing )