Skip to content

Commit 9810cfe

Browse files
github-actions[bot]nyalldawson
authored andcommittedMay 15, 2020
Allow map interactions when multiedit window is open
1 parent 4344aa1 commit 9810cfe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎src/app/qgisapp.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8969,7 +8969,12 @@ void QgisApp::modifyAttributesOfSelectedFeatures()
89698969

89708970
QgsAttributeDialog *dialog = new QgsAttributeDialog( vl, &f, false, this, true, context );
89718971
dialog->setMode( QgsAttributeEditorContext::MultiEditMode );
8972+
<<<<<<< HEAD
89728973
dialog->exec();
8974+
=======
8975+
dialog->setAttribute( Qt::WA_DeleteOnClose );
8976+
dialog->show();
8977+
>>>>>>> 752d0ad369... Allow map interactions when multiedit window is open
89738978
}
89748979

89758980
void QgisApp::mergeSelectedFeatures()

0 commit comments

Comments
 (0)
Please sign in to comment.