Fix Symbol based View positioning

This commit is contained in:
WandererFan
2017-09-13 21:23:47 -04:00
committed by wmayer
parent b6c820f4f4
commit 40d19d438d
2 changed files with 11 additions and 20 deletions

View File

@@ -107,9 +107,7 @@ void QGIViewSymbol::draw()
}
drawSvg();
if (borderVisible) {
drawBorder();
}
QGIView::draw();
}
void QGIViewSymbol::drawSvg()