linting fix
This commit is contained in:
parent
c2a56fc233
commit
04b920fbee
2 changed files with 4 additions and 4 deletions
|
|
@ -741,8 +741,7 @@ UserSettingsPage::UserSettingsPage(QSharedPointer<UserSettings> settings, QWidge
|
|||
fontSelectionCombo_->setCurrentIndex(
|
||||
fontSelectionCombo_->findText(tr(currentFont.toStdString().c_str())));
|
||||
} else {
|
||||
fontSelectionCombo_->setCurrentIndex(
|
||||
fontSelectionCombo_->findText(currentFont));
|
||||
fontSelectionCombo_->setCurrentIndex(fontSelectionCombo_->findText(currentFont));
|
||||
}
|
||||
|
||||
emojiFontSelectionCombo_->setCurrentIndex(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue