From 41f4caebcbba410c6bbc398a6184439cb62b03eb Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Fri, 11 Feb 2011 21:10:06 +0200 Subject: [PATCH] disabled work wrap to show every line of chat in any case --- src/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 9aabc6743..24310b53e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1764,7 +1764,8 @@ int main(int argc, char *argv[]) gui::IGUIStaticText *guitext_chat = guienv->addStaticText( L"", core::rect(0,0,0,0), - false, true); + false, false); // Disable word wrap as of now + //false, true); guitext_chat->setBackgroundColor(video::SColor(96,0,0,0)); core::list chat_lines;