summaryrefslogtreecommitdiff
path: root/src/gui/status.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/status.cpp')
-rw-r--r--src/gui/status.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gui/status.cpp b/src/gui/status.cpp
index c903261c..7ba14fc7 100644
--- a/src/gui/status.cpp
+++ b/src/gui/status.cpp
@@ -206,6 +206,13 @@ void StatusWindow::update()
delete[] tempstr;
}
+void StatusWindow::draw(gcn::Graphics *graphics)
+{
+ update();
+
+ Window::draw(graphics);
+}
+
void StatusWindow::action(const std::string& eventId)
{
if (eventId == "Stats") {