projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e2cd15
)
disabled work wrap to show every line of chat in any case
author
Perttu Ahola
<celeron55@gmail.com>
Fri, 11 Feb 2011 19:10:06 +0000
(21:10 +0200)
committer
Perttu Ahola
<celeron55@gmail.com>
Fri, 11 Feb 2011 19:10:06 +0000
(21:10 +0200)
src/main.cpp
patch
|
blob
|
history
diff --git
a/src/main.cpp
b/src/main.cpp
index 9aabc6743125420206d67a1c9990b7507c243aaf..24310b53eb8fd3cca7a543b8468ca358f2364738 100644
(file)
--- a/
src/main.cpp
+++ b/
src/main.cpp
@@
-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