We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6fcce4 commit 444bf12Copy full SHA for 444bf12
src/app/qgisapp.cpp
@@ -1759,7 +1759,7 @@ void QgisApp::handleDropUriList( const QgsMimeDataUtils::UriList &lst )
1759
}
1760
1761
mBlockActiveLayerChanged = false;
1762
- emit activeLayerChanged( activeLayer() );
+ onActiveLayerChanged( activeLayer() );
1763
1764
1765
bool QgisApp::event( QEvent *event )
@@ -11126,7 +11126,7 @@ void QgisApp::closeProject()
11126
QgsProject::instance()->clear();
11127
11128
11129
11130
11131
11132
0 commit comments