Fix delayed painting
- Annotation and Image were not being painted immediately, but had to wait for a page refresh.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user