summaryrefslogtreecommitdiff
path: root/src/gui/chat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/chat.cpp')
-rw-r--r--src/gui/chat.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/chat.cpp b/src/gui/chat.cpp
index bda31427..82e7d372 100644
--- a/src/gui/chat.cpp
+++ b/src/gui/chat.cpp
@@ -56,6 +56,7 @@ ChatWindow::ChatWindow():
{
setResizable(true);
setDefaultSize(0, (windowContainer->getHeight() - 105), 400, 100);
+ setOpaque(false);
mChatInput = new ChatInput();
mChatInput->setActionEventId("chatinput");