mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
add missing refresh
This commit is contained in:
parent
d2353e7c01
commit
e0b3197bee
@ -137,12 +137,14 @@ QgsMapCanvas::QgsMapCanvas( QWidget *parent )
|
||||
this, [ = ]
|
||||
{
|
||||
mSettings.setEllipsoid( QgsProject::instance()->ellipsoid() );
|
||||
refresh();
|
||||
} );
|
||||
mSettings.setTransformContext( QgsProject::instance()->transformContext() );
|
||||
connect( QgsProject::instance(), &QgsProject::transformContextChanged,
|
||||
this, [ = ]
|
||||
{
|
||||
mSettings.setTransformContext( QgsProject::instance()->transformContext() );
|
||||
refresh();
|
||||
} );
|
||||
|
||||
//segmentation parameters
|
||||
|
Loading…
x
Reference in New Issue
Block a user