Skip to content

Commit

Permalink
Pref > Library: fix reset/default search debounce timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ronso0 committed Nov 6, 2021
1 parent 50615a4 commit 00ebffb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/preferences/dialog/dlgpreflibrary.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ void DlgPrefLibrary::slotResetToDefaults() {
radioButton_dbclick_deck->setChecked(true);
spinBoxRowHeight->setValue(Library::kDefaultRowHeightPx);
setLibraryFont(QApplication::font());
searchDebouncingTimeoutSpinBox->setValue(
WSearchLineEdit::kDefaultDebouncingTimeoutMillis);
}

void DlgPrefLibrary::slotUpdate() {
Expand Down

0 comments on commit 00ebffb

Please sign in to comment.