summaryrefslogtreecommitdiff
path: root/shortcuts
diff options
Diffstat (limited to 'shortcuts')
-rw-r--r--shortcuts/ShortcutController.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/shortcuts/ShortcutController.cpp b/shortcuts/ShortcutController.cpp
index 5f56bf99d..cdf6d69f8 100644
--- a/shortcuts/ShortcutController.cpp
+++ b/shortcuts/ShortcutController.cpp
@@ -157,6 +157,7 @@ void Controller::ConstructView()
view_->SetModel(modeller_->GetCurrentModel());
view_->background_color = WindowManager::Default().average_color();
view_->closable = first_run();
+ view_->request_close.connect(sigc::mem_fun(this, &Controller::Hide));
if (!view_window_)
{