Skip to content

Commit

Permalink
Automatically focus accept button
Browse files Browse the repository at this point in the history
  • Loading branch information
uclaros authored and nyalldawson committed Oct 13, 2021
1 parent 548d59b commit 15adccc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgsprovidersublayersdialog.cpp
Expand Up @@ -348,4 +348,5 @@ void QgsProviderSublayersDialog::selectAll()
QItemSelectionModel::Select );
}
}
mButtonBox->button( QDialogButtonBox::Ok )->setFocus();
}

0 comments on commit 15adccc

Please sign in to comment.