Skip to content

Commit

Permalink
remove duplicated line
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasMizera authored and github-actions[bot] committed Nov 8, 2022
1 parent 430cd85 commit 032f279
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/quickgui/qgsquickmapcanvasmap.cpp
Expand Up @@ -401,7 +401,6 @@ void QgsQuickMapCanvasMap::geometryChange( const QRectF &newGeometry, const QRec
{
QQuickItem::geometryChange( newGeometry, oldGeometry );
#endif
QQuickItem::geometryChanged( newGeometry, oldGeometry );
if ( newGeometry.size() != oldGeometry.size() )
{
mMapSettings->setOutputSize( newGeometry.size().toSize() );
Expand Down

0 comments on commit 032f279

Please sign in to comment.