diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-04-16 05:07:32 +0300 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-04-16 05:07:32 +0300 |
commit | c22e59abab331376cdc8557a863eb2584b4bef4b (patch) | |
tree | a0981e25dd92d06888922b449c2d96468763d4c3 /src/core | |
parent | 5993c66efbf160e47beedb2b594e3a9a56f737e5 (diff) |
Various fixes
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/Frontend.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/Frontend.cpp b/src/core/Frontend.cpp index 166ecb35..a01689e4 100644 --- a/src/core/Frontend.cpp +++ b/src/core/Frontend.cpp @@ -5246,6 +5246,7 @@ CMenuManager::PrintController(void) void CMenuManager::PrintMap(void) { + CFont::SetJustifyOn(); bMenuMapActive = true; CRadar::InitFrontEndMap(); |