Brush rendering notes

This commit is contained in:
WandererFan
2016-03-19 12:29:53 -04:00
committed by wmayer
parent c3d0741e42
commit 9d4e14e154
2 changed files with 9 additions and 4 deletions

View File

@@ -389,10 +389,10 @@ void QGIViewPart::drawViewPart()
item->setAcceptHoverEvents(true);
item->setZValue(ZVALUE::EDGE);
//debug a path
QPainterPath edgePath=drawPainterPath(*itEdge);
std::stringstream edgeId;
edgeId << "QGIVP.edgePath" << i;
_dumpPath(edgeId.str().c_str(),edgePath);
//QPainterPath edgePath=drawPainterPath(*itEdge);
//std::stringstream edgeId;
//edgeId << "QGIVP.edgePath" << i;
//_dumpPath(edgeId.str().c_str(),edgePath);
}
}