Skip to content
Commit c6506bb9 authored by Halla Rempt's avatar Halla Rempt
Browse files

Do not crash when opening the palette with a keyboard shortcut

When an action is triggered by a keyboard event, the event
passed is 0:

retval =  tryRunSingleActionShortcutImpl(key, (QEvent*)0, m_d->keys);

So we need to check whether the event is valid.

BUG:381923
parent 882d1dc9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment