Update view_text.cpp

26-encoding-issues-in-client-beta-after-core4-merge
bensaine 3 years ago
parent fc65536a1d
commit bd25e2d356

@ -3146,7 +3146,8 @@ namespace NLGUI
_SpaceWidth = si.StringWidth;
// Font Width (used for <tab>)
si = TextContext->getStringInfo("O");
// if not set to "_", breaks item help window
si = TextContext->getStringInfo("_");
_FontWidth = si.StringWidth;
#else

Loading…
Cancel
Save