diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-04-20 17:12:58 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-04-20 17:12:58 -0600 |
commit | 9f43e32022ac261c6475fc68832cbe9ba9645362 (patch) | |
tree | e7adfbfd17ade39fe03671e2be677934a7e894cd /src/gui/debugwindow.cpp | |
parent | 3a7224117dfb6709b059fc258876699e969ec119 (diff) | |
download | mana-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.cpp | 1 |
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"); |