Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Whoops, negated check
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/core/qgsvectorlayer.cpp
|
@@ -1434,7 +1434,7 @@ bool QgsVectorLayer::startEditing() |
|
|
} |
|
|
|
|
|
// allow editing if provider supports any of the capabilities |
|
|
if ( supportsEditing() ) |
|
|
if ( !supportsEditing() ) |
|
|
{ |
|
|
return false; |
|
|
} |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.