Skip to content

Fix Layer Filter and Add Tag menus from being closed when AltGr is pressed

Dmitry Kazakov requested to merge dkazakov/krita:kazakov/altgr-menu-fix into master

QMenu has a spcial handler for Alt key to handle &-style mnemonics, so we need to explicitly disable that for our custom menues that have input boxes inside.

BUG:468566

Merge request reports