1
0
Fork 0

GUI: also set the log font in the QCompleter

This commit is contained in:
mrexodia 2016-08-28 18:38:19 +02:00
parent 8f3d12dafe
commit a1a47dbc6e
No known key found for this signature in database
GPG Key ID: FC89E0AAA0C1AAD8
1 changed files with 1 additions and 0 deletions

View File

@ -263,4 +263,5 @@ void CommandLineEdit::scriptTypeChanged(int index)
void CommandLineEdit::fontsUpdated()
{
setFont(ConfigFont("Log"));
mCompleter->popup()->setFont(ConfigFont("Log"));
}