summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTametomo <irarice@gmail.com>2009-07-22 12:28:05 -0600
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2010-02-14 21:55:58 +0100
commit493a27e1767aa224d6c1bd92b7f44706fc721ed0 (patch)
treeccfaad9a6786896a172b239dfe63c5e828ae84e2 /src
parentd33ed5923ab5336005257203d21ddcb3d37d0ff8 (diff)
downloadmana-client-493a27e1767aa224d6c1bd92b7f44706fc721ed0.tar.gz
mana-client-493a27e1767aa224d6c1bd92b7f44706fc721ed0.tar.bz2
mana-client-493a27e1767aa224d6c1bd92b7f44706fc721ed0.tar.xz
mana-client-493a27e1767aa224d6c1bd92b7f44706fc721ed0.zip
Fixed windows appearing below the viewport when opened before getting in
game. Signed-off-by: Tametomo <irarice@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/game.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 08dacaa1..00396a84 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -282,6 +282,7 @@ Game::Game():
gcn::Container *top = static_cast<gcn::Container*>(gui->getTop());
top->add(viewport);
+ viewport->requestMoveToBottom();
createGuiWindows();