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 c410404 commit 8e11a53Copy full SHA for 8e11a53
src/gui/attributetable/qgsdualview.cpp
@@ -262,7 +262,7 @@ void QgsDualView::saveEditChanges()
262
{
263
if ( mAttributeDialog && mAttributeDialog->dialog() )
264
265
- if ( mLayerCache->layer()->isEditable() )
+ if ( mLayerCache->layer() && mLayerCache->layer()->isEditable() )
266
267
// Get the current (unedited) feature
268
QgsFeature srcFeat;
0 commit comments