Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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();