Fix delayed painting
- Annotation and Image were not being painted immediately, but had to wait for a page refresh.
This commit is contained in:
@@ -204,7 +204,8 @@ int QGVPage::addQView(QGIView *view)
|
||||
}
|
||||
|
||||
view->setPos(viewPos);
|
||||
|
||||
view->updateView(true);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user