The source project of this merge request has been removed.
kpGrip: Remove keyboardGrab/Release calls (fix focus loss on resize)
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