Skip to content

Commit

Permalink
Braces please
Browse files Browse the repository at this point in the history
  • Loading branch information
smurfix committed Oct 20, 2020
1 parent d1cc37c commit 6ca1eee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Host.cpp
Expand Up @@ -795,8 +795,9 @@ QString Host::getMmpMapLocation() const
// error and debug consoles inherit font of the main console
void Host::updateConsolesFont()
{
if (mpConsole)
if (mpConsole) {
mpConsole->refreshView();
}

if (mpEditorDialog && mpEditorDialog->mpErrorConsole) {
mpEditorDialog->mpErrorConsole->setFont(mDisplayFont.family());
Expand Down

0 comments on commit 6ca1eee

Please sign in to comment.