We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent d2353e7 commit e0b3197Copy full SHA for e0b3197
src/gui/qgsmapcanvas.cpp
@@ -137,12 +137,14 @@ QgsMapCanvas::QgsMapCanvas( QWidget *parent )
137
this, [ = ]
138
{
139
mSettings.setEllipsoid( QgsProject::instance()->ellipsoid() );
140
+ refresh();
141
} );
142
mSettings.setTransformContext( QgsProject::instance()->transformContext() );
143
connect( QgsProject::instance(), &QgsProject::transformContextChanged,
144
145
146
147
148
149
150
//segmentation parameters
0 commit comments