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 1ff736e282
commit fca8034b18
5 changed files with 10 additions and 14 deletions

View File

@@ -204,7 +204,8 @@ int QGVPage::addQView(QGIView *view)
}
view->setPos(viewPos);
view->updateView(true);
return 0;
}