summaryrefslogtreecommitdiff
path: root/src/gui/debugwindow.cpp
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-04-20 17:12:58 -0600
committerJared Adams <jaxad0127@gmail.com>2009-04-20 17:12:58 -0600
commit9f43e32022ac261c6475fc68832cbe9ba9645362 (patch)
treee7adfbfd17ade39fe03671e2be677934a7e894cd /src/gui/debugwindow.cpp
parent3a7224117dfb6709b059fc258876699e969ec119 (diff)
downloadmana-9f43e32022ac261c6475fc68832cbe9ba9645362.tar.gz
mana-9f43e32022ac261c6475fc68832cbe9ba9645362.tar.bz2
mana-9f43e32022ac261c6475fc68832cbe9ba9645362.tar.xz
mana-9f43e32022ac261c6475fc68832cbe9ba9645362.zip
Fix up window visibility saving/restoring
Diffstat (limited to 'src/gui/debugwindow.cpp')
-rw-r--r--src/gui/debugwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/debugwindow.cpp b/src/gui/debugwindow.cpp
index db062059..f3dbe5e2 100644
--- a/src/gui/debugwindow.cpp
+++ b/src/gui/debugwindow.cpp
@@ -40,6 +40,7 @@ DebugWindow::DebugWindow():
setResizable(true);
setCloseButton(true);
+ setSaveVisible(true);
setDefaultSize(400, 100, ImageRect::CENTER);
mFPSLabel = new Label("0 FPS");