mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Need to release keyboard on overview as well
This commit is contained in:
parent
6a7ffac96b
commit
00f1c4344c
@ -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) :
|
||||
|
Loading…
Reference in New Issue
Block a user