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 9bdb621 commit 481dd11Copy full SHA for 481dd11
src/app/qgisapp.cpp
@@ -3483,6 +3483,7 @@ void QgisApp::toggleEditing()
3483
if(currentLayerFile)
3484
{
3485
currentLayerFile->toggleEditing();
3486
+ activateDeactivateLayerRelatedActions( mMapLegend->currentLayer() );
3487
}
3488
else
3489
@@ -3794,7 +3795,7 @@ void QgisApp::testMapLayerPlugins()
3794
3795
3796
3797
- QgsDebugMsg("dlopen suceeded");
3798
+ QgsDebugMsg("dlopen succeeded");
3799
dlclose(handle);
3800
3801
0 commit comments