GUI: also set the log font in the QCompleter
This commit is contained in:
parent
8f3d12dafe
commit
a1a47dbc6e
|
|
@ -263,4 +263,5 @@ void CommandLineEdit::scriptTypeChanged(int index)
|
|||
void CommandLineEdit::fontsUpdated()
|
||||
{
|
||||
setFont(ConfigFont("Log"));
|
||||
mCompleter->popup()->setFont(ConfigFont("Log"));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue