Skip to content

Commit

Permalink
qt: Call GUIUtil::updateFonts in ModalOverlay constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
xdustinface committed Sep 28, 2020
1 parent c2395c7 commit 4caa74a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/qt/modaloverlay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ foreverHidden(false)

blockProcessTime.clear();
setVisible(false);

GUIUtil::updateFonts();
}

ModalOverlay::~ModalOverlay()
Expand Down

0 comments on commit 4caa74a

Please sign in to comment.