Skip to content

Commit b035527

Browse files
committed
[FIX #7483] Attribute table changed selection on layer twice subsequently
This led to a crash and was superfluent
1 parent 45b931b commit b035527

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/app/qgsattributetabledialog.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -355,11 +355,6 @@ void QgsAttributeTableDialog::on_mSaveEditsButton_clicked()
355355
QgisApp::instance()->saveEdits( mLayer, true, true );
356356
}
357357

358-
void QgsAttributeTableDialog::on_mTableView_selectionChangeFinished( const QgsFeatureIds &selectedFeatures )
359-
{
360-
mLayer->setSelectedFeatures( selectedFeatures );
361-
}
362-
363358
void QgsAttributeTableDialog::on_mAddFeature_clicked()
364359
{
365360
if ( !mLayer->isEditable() )

src/app/qgsattributetabledialog.h

-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ class QgsAttributeTableDialog : public QDialog, private Ui::QgsAttributeTableDia
8181
*/
8282
void on_mSaveEditsButton_clicked();
8383

84-
void on_mTableView_selectionChangeFinished( const QgsFeatureIds &selectedFeatures );
8584
/**
8685
* Inverts selection
8786
*/

0 commit comments

Comments
 (0)