Merge remote-tracking branch 'origin/KDE/4.10' into frameworks
Conflicts: kdeui/fonts/kfontchooser.cpp [same mess as in master] kdeui/jobs/kdialogjobuidelegate.cpp [moc] kjs/tests/ecmatest_broken_ch15 [rename/rename] kjs/tests/ecmatest_broken_ch15.2 [rename/rename] nepomuk/core/resourcedata.cpp [gone] nepomuk/core/resourcewatcher.cpp [gone] nepomuk/core/resourcewatcher.h [gone] tier1/kjs/autotests/ecmatest_broken_ch15 [rename/rename]
This commit is contained in:
commit
6620a16b73
@ -690,7 +690,7 @@ void SignalPlotter::drawWidget(QPainter *p, uint w, uint height, int horizontalS
|
||||
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
|
||||
if (d->verticalLinesScroll && d->showVerticalLines && w > 60) {
|
||||
drawVerticalLines(p, top, w, h);
|
||||
|
Loading…
Reference in New Issue
Block a user