Save a png for the right zone :debug purpose

This commit is contained in:
HomeWorld
2010-11-14 00:35:39 +02:00
parent 6873a4ac8b
commit 6cc7f0842f

View File

@@ -218,6 +218,9 @@ class PFTabRenderer:
region = wx.Region()
region.UnionBitmapColour(mbmp, wx.Colour(123,123,123))
img = mbmp.ConvertToImage()
img.SaveFile("rightregion.png", wx.BITMAP_TYPE_PNG)
return region
def OffsetPointList(self, list , x, y):