From bd25e2d3566ecd67be1159f35bcac5a52438fd22 Mon Sep 17 00:00:00 2001 From: bensaine Date: Tue, 21 Dec 2021 18:58:09 -0500 Subject: [PATCH] Update view_text.cpp --- nel/src/gui/view_text.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nel/src/gui/view_text.cpp b/nel/src/gui/view_text.cpp index 89f31d40d..58db75fdc 100644 --- a/nel/src/gui/view_text.cpp +++ b/nel/src/gui/view_text.cpp @@ -3146,7 +3146,8 @@ namespace NLGUI _SpaceWidth = si.StringWidth; // Font Width (used for ) - si = TextContext->getStringInfo("O"); + // if not set to "_", breaks item help window + si = TextContext->getStringInfo("_"); _FontWidth = si.StringWidth; #else