From kde-commits Fri Dec 31 21:11:49 2010 From: Pino Toscano Date: Fri, 31 Dec 2010 21:11:49 +0000 To: kde-commits Subject: extragear/utils/kpager Message-Id: <20101231211149.5F8C7AC8AE () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=129382994811838 SVN commit 1210513 by pino: adjust the borer painting to the qt4 painting changes M +1 -1 desktop.cpp --- trunk/extragear/utils/kpager/desktop.cpp #1210512:1210513 @@ -471,7 +471,7 @@ } // paint border rectangle - p.drawRect(rect()); + p.drawRect(rect().adjusted(0, 0, -1, -1)); p.end(); m_grabWindows=false;