https://bugs.kde.org/show_bug.cgi?id=406668
--- Comment #7 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit ae31080ac4fa4f7a571a196bbdf2f203c6c0dc87 by Dmitry Kazakov. Committed on 21/05/2019 at 21:09. Pushed by dkazakov into branch 'master'. 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/ae31080ac4fa4f7a571a196bbdf2f203c6c0dc87 -- You are receiving this mail because: You are watching all bug changes.