Fix delayed painting
- Annotation and Image were not being painted immediately, but had to wait for a page refresh.
This commit is contained in:
@@ -121,9 +121,8 @@ void QGIViewImage::draw()
|
||||
m_cliparea->setRect(newRect);
|
||||
drawImage();
|
||||
m_cliparea->centerAt(0.0,0.0);
|
||||
if (borderVisible) {
|
||||
drawBorder();
|
||||
}
|
||||
|
||||
QGIView::draw();
|
||||
}
|
||||
|
||||
void QGIViewImage::drawImage()
|
||||
|
||||
Reference in New Issue
Block a user