- fix: All color scheme names are incorrectly displayed as bold, if the current one is a customed one.
This commit is contained in:
parent
7ab49d7123
commit
3728cbed5e
|
@ -325,6 +325,7 @@ void EditorColorSchemeWidget::changeSchemeComboFont()
|
|||
void EditorColorSchemeWidget::doLoad()
|
||||
{
|
||||
ui->cbScheme->setCurrentText(pSettings->editor().colorScheme());
|
||||
changeSchemeComboFont();
|
||||
ui->chkRainborParenthesis->setChecked(pSettings->editor().rainbowParenthesis());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue