summaryrefslogtreecommitdiff
path: root/src/gui/box.cpp
diff options
context:
space:
mode:
authorAaron Marks <nymacro@gmail.com>2005-07-08 09:47:06 +0000
committerAaron Marks <nymacro@gmail.com>2005-07-08 09:47:06 +0000
commite7d0e1f6bc3a1583cc72b3fe5230a5bcb2e63f1d (patch)
tree40e206c03c586e77baf8fe018922c59757abded8 /src/gui/box.cpp
parentad1fd6ad07e25b7fa4937cb28f9371371fbd83be (diff)
downloadmana-client-e7d0e1f6bc3a1583cc72b3fe5230a5bcb2e63f1d.tar.gz
mana-client-e7d0e1f6bc3a1583cc72b3fe5230a5bcb2e63f1d.tar.bz2
mana-client-e7d0e1f6bc3a1583cc72b3fe5230a5bcb2e63f1d.tar.xz
mana-client-e7d0e1f6bc3a1583cc72b3fe5230a5bcb2e63f1d.zip
Added basic update system (depends on curl).
Diffstat (limited to 'src/gui/box.cpp')
-rw-r--r--src/gui/box.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/box.cpp b/src/gui/box.cpp
index f73cf276..183eabc3 100644
--- a/src/gui/box.cpp
+++ b/src/gui/box.cpp
@@ -27,6 +27,7 @@ Box::Box()
: padding(0),
gcn::Container()
{
+ setOpaque(false);
}
Box::~Box()