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 431d695 commit d8f14baCopy full SHA for d8f14ba
src/app/qgisapp.cpp
@@ -4604,11 +4604,15 @@ void QgisApp::toggleEditing()
4604
void QgisApp::toggleEditing( QgsMapLayer *layer )
4605
{
4606
if ( !layer )
4607
+ {
4608
return;
4609
+ }
4610
4611
QgsVectorLayer *vlayer = qobject_cast<QgsVectorLayer *>( layer );
4612
if ( !vlayer )
4613
4614
4615
4616
4617
if ( !vlayer->isEditable() )
4618
0 commit comments