From 00f1c4344cdf71b5175153a3b26a1a2de774b39b Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Mon, 21 Jul 2014 04:10:12 +1000 Subject: [PATCH] Need to release keyboard on overview as well --- sleepyhead/preferencesdialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sleepyhead/preferencesdialog.cpp b/sleepyhead/preferencesdialog.cpp index 461f396a..20239cbe 100644 --- a/sleepyhead/preferencesdialog.cpp +++ b/sleepyhead/preferencesdialog.cpp @@ -48,6 +48,7 @@ const int num_masks = sizeof(masks) / sizeof(MaskProfile); void PreferencesDialog::showEvent(QShowEvent * event) { mainwin->getDaily()->graphView()->releaseKeyboard(); + mainwin->getOverview()->graphView()->releaseKeyboard(); } PreferencesDialog::PreferencesDialog(QWidget *parent, Profile *_profile) :