disabled work wrap to show every line of chat in any case
authorPerttu Ahola <celeron55@gmail.com>
Fri, 11 Feb 2011 19:10:06 +0000 (21:10 +0200)
committerPerttu Ahola <celeron55@gmail.com>
Fri, 11 Feb 2011 19:10:06 +0000 (21:10 +0200)
src/main.cpp

index 9aabc6743125420206d67a1c9990b7507c243aaf..24310b53eb8fd3cca7a543b8468ca358f2364738 100644 (file)
@@ -1764,7 +1764,8 @@ int main(int argc, char *argv[])
        gui::IGUIStaticText *guitext_chat = guienv->addStaticText(\r
                        L"",\r
                        core::rect<s32>(0,0,0,0),\r
-                       false, true);\r
+                       false, false); // Disable word wrap as of now\r
+                       //false, true);\r
        guitext_chat->setBackgroundColor(video::SColor(96,0,0,0));\r
        core::list<ChatLine> chat_lines;\r
        \r