Need to release keyboard on overview as well

This commit is contained in:
Mark Watkins 2014-07-21 04:10:12 +10:00
parent 6a7ffac96b
commit 00f1c4344c

View File

@ -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) :