Skip to content

Commit

Permalink
馃Ч
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored and nyalldawson committed May 15, 2020
1 parent 9810cfe commit 7839f24
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app/qgisapp.cpp
Expand Up @@ -8969,12 +8969,8 @@ 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 7839f24

Please sign in to comment.