From c3ffac2bfd9098eaf997f6dc50110a839dced8b7 Mon Sep 17 00:00:00 2001 From: HomeWorld Date: Sun, 14 Nov 2010 00:03:11 +0200 Subject: [PATCH] Revert "Debug msg for tab rect" This reverts commit 30c92d0808b81ff483cb90685fcec8e34f8e926c. --- miniframe.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/miniframe.py b/miniframe.py index e31ad8aef..4362ee9c9 100755 --- a/miniframe.py +++ b/miniframe.py @@ -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 ) )