Merge remote-tracking branch 'origin/KDE/4.9' into KDE/4.10
This commit is contained in:
commit
2b8e003229
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user