We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c10f68 commit 7e2865cCopy full SHA for 7e2865c
src/gui/attributetable/qgsdualview.cpp
@@ -86,6 +86,7 @@ void QgsDualView::init( QgsVectorLayer* layer, QgsMapCanvas* mapCanvas, const Qg
86
87
mTableView->setModel( mFilterModel );
88
mFeatureList->setModel( mFeatureListModel );
89
+ delete mAttributeForm;
90
mAttributeForm = new QgsAttributeForm( layer, QgsFeature(), mEditorContext );
91
if ( !context.parentContext() )
92
{
0 commit comments