Skip to content

Commit 90a03f4

Browse files
signedavm-kuhn
andauthoredMay 13, 2020
Update src/app/qgisapp.cpp
Co-authored-by: Matthias Kuhn <matthias@opengis.ch>
1 parent 9995287 commit 90a03f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgisapp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9033,7 +9033,7 @@ void QgisApp::deleteSelected( QgsMapLayer *layer, QWidget *parent, bool checkFea
90339033
else
90349034
{
90359035
const auto contextLayers = context.handledLayers();
9036-
//if it effected more than one layer, print feedback for all descendants
9036+
// if it affects more than one layer, print feedback for all descendants
90379037
if ( contextLayers.size() > 1 )
90389038
{
90399039
deletedCount = 0;

0 commit comments

Comments
 (0)
Please sign in to comment.