From 9f43e32022ac261c6475fc68832cbe9ba9645362 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Mon, 20 Apr 2009 17:12:58 -0600 Subject: Fix up window visibility saving/restoring --- src/gui/chat.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui/chat.cpp') diff --git a/src/gui/chat.cpp b/src/gui/chat.cpp index 54b388db..9930fe06 100644 --- a/src/gui/chat.cpp +++ b/src/gui/chat.cpp @@ -76,6 +76,8 @@ ChatWindow::ChatWindow(): setWindowName("Chat"); setResizable(true); + setDefaultVisible(true); + setSaveVisible(true); setDefaultSize(600, 123, ImageRect::LOWER_LEFT); setMinWidth(150); setMinHeight(90); -- cgit v1.2.3-70-g09d2