mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-19 03:42:36 +00:00
Merge pull request #14405 from cristian64/restore_log_font_current_index
DolphinQt: Restore log font current index accurately.
This commit is contained in:
commit
d939b306c4
@ -182,8 +182,7 @@ void LogWidget::LoadSettings()
|
||||
Qt::ScrollBarAlwaysOn);
|
||||
|
||||
// Log - Font Selection
|
||||
// Currently "Debugger Font" is not supported as there is no Qt Debugger, defaulting to Monospace
|
||||
m_log_font->setCurrentIndex(std::min(settings.value(QStringLiteral("logging/font")).toInt(), 1));
|
||||
m_log_font->setCurrentIndex(settings.value(QStringLiteral("logging/font")).toInt());
|
||||
UpdateFont();
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user