Debug msg for tab rect

This commit is contained in:
HomeWorld
2010-11-14 00:00:30 +02:00
parent 3a9417e31a
commit 30c92d0808

View File

@@ -254,6 +254,8 @@ class PFTabRenderer:
r.top = r.left = 0
r.height = height
print "Tab rect", r
mdc.GradientFillLinear(r,self.gradientStartColor,self.tabColor,wx.SOUTH)
mdc.SetPen( wx.Pen(self.leftColor, width = 1 ) )