Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2009-01-25 17:57:58 +0000
committerStijn Buys <ingar@osirion.org>2009-01-25 17:57:58 +0000
commitf584439abb26f934632089b6333a4fd47c29d3ef (patch)
treeed290e24a1b7b21360da6a567ec55e5f6269a0f9 /src/client/chat.cc
parentde3b64a4f0f14f197f74e56cecdd11a9fbd0cc42 (diff)
bugfix
Diffstat (limited to 'src/client/chat.cc')
-rw-r--r--src/client/chat.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/chat.cc b/src/client/chat.cc
index 1983415..93ba4b0 100644
--- a/src/client/chat.cc
+++ b/src/client/chat.cc
@@ -165,8 +165,10 @@ void Chat::event_draw()
return;
}
- if (ui::root()->active())
+ if (ui::root()->active()) {
+ hide();
return;
+ }
if (chat_small) {
chat_scrollpane->hide();