summaryrefslogtreecommitdiffstats
path: root/src/StatWindow.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/StatWindow.cc')
-rw-r--r--src/StatWindow.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/StatWindow.cc b/src/StatWindow.cc
index 6e0c4b8..c1226d9 100644
--- a/src/StatWindow.cc
+++ b/src/StatWindow.cc
@@ -79,3 +79,8 @@ void StatWindow::present() {
onRefreshButton();
}
+
+bool StatWindow::on_delete_event(GdkEventAny* e) {
+ hide();
+ return false;
+}