Revert "Debug msg for tab rect"

This reverts commit 30c92d0808.
This commit is contained in:
HomeWorld
2010-11-14 00:03:11 +02:00
parent 30c92d0808
commit c3ffac2bfd

View File

@@ -254,8 +254,6 @@ 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 ) )