Skip to content

Commit 3d009f9

Browse files
committedMar 22, 2018
Fix crash in attribute form after adding field
Fixes #18507 (cherry-picked from c8f5979)
1 parent 17b9055 commit 3d009f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/gui/qgsattributeform.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,6 +1099,7 @@ void QgsAttributeForm::init()
10991099
vl->addWidget( container );
11001100

11011101
mFormEditorWidgets.clear();
1102+
mFormWidgets.clear();
11021103

11031104
// a bar to warn the user with non-blocking messages
11041105
setContentsMargins( 0, 0, 0, 0 );

0 commit comments

Comments
 (0)
Please sign in to comment.