disabled work wrap to show every line of chat in any case
parent
6e2cd15902
commit
41f4caebcb
|
@ -1764,7 +1764,8 @@ int main(int argc, char *argv[])
|
||||||
gui::IGUIStaticText *guitext_chat = guienv->addStaticText(
|
gui::IGUIStaticText *guitext_chat = guienv->addStaticText(
|
||||||
L"",
|
L"",
|
||||||
core::rect<s32>(0,0,0,0),
|
core::rect<s32>(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));
|
guitext_chat->setBackgroundColor(video::SColor(96,0,0,0));
|
||||||
core::list<ChatLine> chat_lines;
|
core::list<ChatLine> chat_lines;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue