Fix typos

This commit is contained in:
Chocobo1 2023-06-25 15:45:18 +08:00
parent 88bd4f270f
commit 6680fdda18
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
71 changed files with 164 additions and 164 deletions

View file

@ -173,7 +173,7 @@ OptionsDialog::OptionsDialog(IGUIApplication *app, QWidget *parent)
m_applyButton->setEnabled(false);
connect(m_applyButton, &QPushButton::clicked, this, &OptionsDialog::applySettings);
// disable mouse wheel event on widgets to avoid mis-selection
// disable mouse wheel event on widgets to avoid misselection
auto *wheelEventEater = new WheelEventEater(this);
for (QComboBox *widget : asConst(findChildren<QComboBox *>()))
widget->installEventFilter(wheelEventEater);