diff --git a/src/ManageProfilesDialog.cpp b/src/ManageProfilesDialog.cpp index 3bf76d544..69f5e562d 100644 --- a/src/ManageProfilesDialog.cpp +++ b/src/ManageProfilesDialog.cpp @@ -306,7 +306,6 @@ void ManageProfilesDialog::tableSelectionChanged(const QItemSelection&) // _ui->moveUpButton->setEnabled((selectedRows == 1) && (rowIndex > 0)); // _ui->moveDownButton->setEnabled((selectedRows == 1) && (rowIndex < (_sessionModel->rowCount()-1))); - _ui->sessionTable->selectRow(rowIndex); } void ManageProfilesDialog::deleteSelected() {