Skip to content

Commit

Permalink
Allow map interactions when multiedit window is open
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and nyalldawson committed May 15, 2020
1 parent 4344aa1 commit 9810cfe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -8969,7 +8969,12 @@ void QgisApp::modifyAttributesOfSelectedFeatures()

QgsAttributeDialog *dialog = new QgsAttributeDialog( vl, &f, false, this, true, context );
dialog->setMode( QgsAttributeEditorContext::MultiEditMode );
<<<<<<< HEAD
dialog->exec();
=======
dialog->setAttribute( Qt::WA_DeleteOnClose );
dialog->show();
>>>>>>> 752d0ad369... Allow map interactions when multiedit window is open
}

void QgisApp::mergeSelectedFeatures()
Expand Down

0 comments on commit 9810cfe

Please sign in to comment.