From 2f3a7a2b72bfd95b52d8f90d376faa97de2a2ae0 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Mardelle Date: Fri, 31 Oct 2008 13:38:12 +0000 Subject: [PATCH 1/1] Fix clip border not correctly drawn, should solve part 2 of this bug: http://www.kdenlive.org:80/mantis/view.php?id=194 svn path=/branches/KDE4/; revision=2609 --- src/clipitem.cpp | 6 ++---- src/transition.cpp | 7 +++++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/clipitem.cpp b/src/clipitem.cpp index e9f81b2c..264d9309 100644 --- a/src/clipitem.cpp +++ b/src/clipitem.cpp @@ -484,7 +484,6 @@ void ClipItem::paint(QPainter *painter, const double scale = option->matrix.m11(); - //painter->setRenderHints(QPainter::Antialiasing); //QPainterPath roundRectPathUpper = upperRectPart(br), roundRectPathLower = lowerRectPart(br); @@ -692,11 +691,10 @@ void ClipItem::paint(QPainter *painter, //kDebug()<<"/// ITEM PAINTING:: exposed="<