Diffusion Krita cb7612c632de

Use qt::window instead of qt::tool for keyboard events in the popups.

Authored by woltherav on Jun 14 2020, 1:03 PM.

Description

Use qt::window instead of qt::tool for keyboard events in the popups.

The original code used the window hint instead of the tool hint, and
that seems to be required to receive keyboard events.

BUG:419306