Skip to content

kpGrip: Remove keyboardGrab/Release calls (fix focus loss on resize)

Alexander Akulich requested to merge (removed):release/20.12 into release/20.12

BUG: 405991

Test plan:

  • Start KolourPaint
  • Resize the canvas

Before the changes:

  • The main window loses focus due to keyboardRelease() call

After the changes:

  • The window still in focus after the canvas size changed

Merge request reports