Merge remote-tracking branch 'origin/KDE/4.9' into KDE/4.10

This commit is contained in:
Montel Laurent 2012-09-08 11:58:57 +02:00
commit 2b8e003229

View File

@ -682,7 +682,7 @@ void SignalPlotter::drawWidget(QPainter *p, uint w, uint height, int horizontalS
drawTopBarContents(p, separatorX, topBarWidth, top -1); drawTopBarContents(p, separatorX, topBarWidth, top -1);
} }
p->setClipRect(0, top, w, h); p->setClipRect(0, top, w, h, Qt::IntersectClip);
// Draw scope-like grid vertical lines // Draw scope-like grid vertical lines
if (d->verticalLinesScroll && d->showVerticalLines && w > 60) { if (d->verticalLinesScroll && d->showVerticalLines && w > 60) {
drawVerticalLines(p, top, w, h); drawVerticalLines(p, top, w, h);