diff --git a/miniframe.py b/miniframe.py index 4362ee9c9..e31ad8aef 100755 --- a/miniframe.py +++ b/miniframe.py @@ -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 ) )