Fix delayed painting

- Annotation and Image were not being painted
  immediately, but had to wait for a page
  refresh.
This commit is contained in:
wandererfan
2018-05-16 13:39:03 -04:00
parent 09f607c5fc
commit afdd30b137
5 changed files with 10 additions and 14 deletions

View File

@@ -111,9 +111,8 @@ void QGIViewAnnotation::draw()
}
drawAnnotation();
if (borderVisible) {
drawBorder();
}
QGIView::draw();
}
//TODO: text is positioned slightly high (and left??) on page save to SVG file