From 7dc3ad22873e08de11172757066bb2b3a27f7203 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Sat, 8 Jul 2017 00:44:31 +0200 Subject: Fix T51889: new file or load factory settings results in broken UI. Fix some cases that still assumed there to be a global DPI, instead of a per window DPI that needs to be set before reading U.dpi. --- source/gameengine/GamePlayer/ghost/GPG_ghost.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/gameengine') diff --git a/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp b/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp index 0c206dfce3d..906e9d9a821 100644 --- a/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp +++ b/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp @@ -516,7 +516,7 @@ int main( #endif // Setup builtin font for BLF (mostly copied from creator.c, wm_init_exit.c and interface_style.c) - BLF_init(11, U.dpi); + BLF_init(); BLT_lang_init(); BLT_lang_set(""); -- cgit v1.2.3