Fix Split Input hotkeys not being available when input is hidden (#3362)
This commit is contained in:
@@ -457,7 +457,7 @@ void SplitInput::addShortcuts()
|
||||
};
|
||||
|
||||
this->shortcuts_ = getApp()->hotkeys->shortcutsForCategory(
|
||||
HotkeyCategory::SplitInput, actions, this);
|
||||
HotkeyCategory::SplitInput, actions, this->parentWidget());
|
||||
}
|
||||
|
||||
bool SplitInput::eventFilter(QObject *obj, QEvent *event)
|
||||
|
||||
Reference in New Issue
Block a user