Diffusion Krita ae31080ac4fa

Fix popup palette in WinInk mode

Authored by dkazakov on May 21 2019, 8:52 PM.

Description

Fix popup palette in WinInk mode

We should eat synthesized events more carefully in the popup
palette. The events may come either to the triangle widget or
to its parent widget, depending on the implementaiton. Therefore
we use a special event filter for that (KisMouseClickEater).

CCBUG:406668
Ref T10935

Details