Fix GH Issue 49 Clip artifact
This commit is contained in:
@@ -272,7 +272,6 @@ void QGIViewPart::updateView(bool update)
|
||||
void QGIViewPart::draw() {
|
||||
drawViewPart();
|
||||
drawBorder();
|
||||
QGIView::draw();
|
||||
}
|
||||
|
||||
void QGIViewPart::drawViewPart()
|
||||
@@ -595,3 +594,8 @@ void QGIViewPart::dumpPath(const char* text,QPainterPath path)
|
||||
elem.type,typeName,elem.x,elem.y,elem.isMoveTo(),elem.isLineTo(),elem.isCurveTo());
|
||||
}
|
||||
}
|
||||
|
||||
QRectF QGIViewPart::boundingRect() const
|
||||
{
|
||||
return childrenBoundingRect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user