mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
disabled work wrap to show every line of chat in any case
This commit is contained in:
parent
6e2cd15902
commit
41f4caebcb
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue