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

--- Comment #37 from Dmitry Kazakov <dimul...@gmail.com> ---
Git commit 32da056571250a376e131ebfced58f138e4d225a by Dmitry Kazakov.
Committed on 13/02/2021 at 13:57.
Pushed by dkazakov into branch 'master'.

Fix unbalanced KeyPress/Release events in children of QMdiArea

When the user presses Ctrl+Tab, QMdiArea is supposed to switch
the active child window. When doing so, it eats the event. The
problem is that is doesn't eat the ShortcutOverride event,
which is kept unbalanced with the absent KeyRelease event.

We have to patch Qt to fix this issue

A  +43   -0   
3rdparty/ext_qt/0111-Fix-unbalanced-KeyPress-Release-events-in-children-o.patch
M  +5    -0    3rdparty/ext_qt/CMakeLists.txt

https://invent.kde.org/graphics/krita/commit/32da056571250a376e131ebfced58f138e4d225a

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

Reply via email to