Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
qgsdualview was not initiated with the attribute config
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
src/gui/attributetable/qgsdualview.cpp
|
@@ -124,6 +124,7 @@ void QgsDualView::init( QgsVectorLayer *layer, QgsMapCanvas *mapCanvas, const Qg |
|
|
return; |
|
|
|
|
|
mLayer = layer; |
|
|
mConfig.update( mLayer->fields() ); |
|
|
mEditorContext = context; |
|
|
|
|
|
initLayerCache( !( request.flags() & QgsFeatureRequest::NoGeometry ) || !request.filterRect().isNull() ); |
|
|