https://bugs.kde.org/show_bug.cgi?id=406668
--- Comment #8 from Boudewijn Rempt <b...@valdyas.org> --- Git commit 47b63a2d3e9e6f9efe686861ee220afc73b7e737 by Boudewijn Rempt, on behalf of Dmitry Kazakov. Committed on 23/05/2019 at 11:57. Pushed by rempt into branch 'krita/4.2'. 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). Ref T10935 M +29 -21 3rdparty/ext_qt/0051-Add-workaround-for-handling-table-press-correctly-in.patch M +1 -1 libs/ui/CMakeLists.txt A +70 -0 libs/ui/KisMouseClickEater.cpp [License: UNKNOWN] * A +29 -0 libs/ui/KisMouseClickEater.h [License: UNKNOWN] * M +20 -27 libs/ui/kis_popup_palette.cpp M +3 -4 libs/ui/kis_popup_palette.h The files marked with a * at the end have a non valid license. Please read: https://community.kde.org/Policies/Licensing_Policy and use the headers which are listed at that page. https://invent.kde.org/kde/krita/commit/47b63a2d3e9e6f9efe686861ee220afc73b7e737 -- You are receiving this mail because: You are watching all bug changes.