[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdeartwork/styles/plastik
From:       Sandro Giessl <sandro () giessl ! com>
Date:       2004-06-02 18:31:59
Message-ID: 20040602183159.6A1D2DD6 () office ! kde ! org
[Download RAW message or body]

CVS commit by giessl: 

forgot to remove the qDebug


  M +1 -3      plastik.cpp   1.80


--- kdeartwork/styles/plastik/plastik.cpp  #1.79:1.80
@@ -1020,7 +1020,5 @@ void PlastikStyle::renderTab(QPainter *p
             p->setPen(getColor(g,PanelLight) );
             p->drawLine(Rs.x()+1, Rs.y(), Rs.right()-1, Rs.y() );
-            QRect lr(Rs.x(), Rs.y()+1, 1, Rs.height()-1);
-            qDebug("render left tab highlighting: x:%d y:%d w:%d h:%d", lr.x(), \
                lr.y(), lr.width(), lr.height());
-            renderGradient(p, lr,
+            renderGradient(p, QRect(Rs.x(), Rs.y()+1, 1, Rs.height()-1),
                            getColor(g,PanelLight), getColor(g,PanelLight2));
             renderGradient(p, QRect(Rs.right(), Rs.y()+1, 1, Rs.height()-1),


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic