Skip to content

Commit

Permalink
fix spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
troopa81 authored and nyalldawson committed Sep 17, 2021
1 parent 0b9b204 commit 5cadafc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -73,7 +73,7 @@ QgsProcessingMultipleSelectionPanelWidget::QgsProcessingMultipleSelectionPanelWi

connect( mModel, &QStandardItemModel::itemChanged, this, &QgsProcessingMultipleSelectionPanelWidget::selectionChanged );

// When user moves an item, a new item is created and an other one is removed, so we need to fire selectionChanged
// When user moves an item, a new item is created and another one is removed, so we need to fire selectionChanged
// see https://github.com/qgis/QGIS/issues/44270
connect( mModel, &QStandardItemModel::rowsRemoved, this, &QgsProcessingMultipleSelectionPanelWidget::selectionChanged );
}
Expand Down

0 comments on commit 5cadafc

Please sign in to comment.