Skip to content

Commit

Permalink
Merge pull request #496 from matthias-kuhn/fix-7483
Browse files Browse the repository at this point in the history
[FIX  #7483] Attribute table changed selection on layer twice subsequent...
  • Loading branch information
jef-n committed Apr 2, 2013
2 parents c4645ea + b035527 commit 255b467
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions src/app/qgsattributetabledialog.cpp
Expand Up @@ -355,11 +355,6 @@ void QgsAttributeTableDialog::on_mSaveEditsButton_clicked()
QgisApp::instance()->saveEdits( mLayer, true, true );
}

void QgsAttributeTableDialog::on_mTableView_selectionChangeFinished( const QgsFeatureIds &selectedFeatures )
{
mLayer->setSelectedFeatures( selectedFeatures );
}

void QgsAttributeTableDialog::on_mAddFeature_clicked()
{
if ( !mLayer->isEditable() )
Expand Down
1 change: 0 additions & 1 deletion src/app/qgsattributetabledialog.h
Expand Up @@ -81,7 +81,6 @@ class QgsAttributeTableDialog : public QDialog, private Ui::QgsAttributeTableDia
*/
void on_mSaveEditsButton_clicked();

void on_mTableView_selectionChangeFinished( const QgsFeatureIds &selectedFeatures );
/**
* Inverts selection
*/
Expand Down

0 comments on commit 255b467

Please sign in to comment.