mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix map views always recenter when resized
This commit is contained in:
parent
b31d18e5df
commit
294e4a5c8c
@ -201,7 +201,8 @@ QgsMapCanvasDockWidget::QgsMapCanvasDockWidget( const QString &name, QWidget *pa
|
||||
connect( &mResizeTimer, &QTimer::timeout, this, [ = ]
|
||||
{
|
||||
mBlockExtentSync = false;
|
||||
syncViewCenter( mMainCanvas );
|
||||
if ( mActionSyncView->isChecked() )
|
||||
syncViewCenter( mMainCanvas );
|
||||
} );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user