qgis / qgis4.0_api

Tracker for QGIS 4.0 API related issues and developer discussion
3 stars 1 forks source link

Remove dependance on QgsMapCanvas from QgsComposerMap #59

Closed nyalldawson closed 7 years ago

nyalldawson commented 8 years ago

This is a nasty hack to get annotations to show in composer maps, but it badly mixes up the core/gui segregation.

Needs to be fixed by implementing a registry of annotations in QgsProject and using these to determine the annotations to show, rather than using the QGraphicsScene api.

nyalldawson commented 7 years ago

Done in https://github.com/qgis/QGIS/pull/4073

nyalldawson commented 7 years ago

Fixed