Skip to content
Commit 32da0565 authored by Dmitry Kazakov's avatar Dmitry Kazakov
Browse files

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

CCBUG:424319
parent e6bfbd00
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment