https://bugs.kde.org/show_bug.cgi?id=381923

Boudewijn Rempt <b...@valdyas.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://commits.kde.org/kri
                   |                            |ta/c6506bb9af659f780aff4d81
                   |                            |09a48fe12e52b36a
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #1 from Boudewijn Rempt <b...@valdyas.org> ---
Git commit c6506bb9af659f780aff4d8109a48fe12e52b36a by Boudewijn Rempt.
Committed on 21/11/2017 at 09:05.
Pushed by rempt into branch 'master'.

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.

M  +1    -1    libs/ui/input/kis_show_palette_action.cpp

https://commits.kde.org/krita/c6506bb9af659f780aff4d8109a48fe12e52b36a

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to