https://bugs.kde.org/show_bug.cgi?id=362860
Martin Gräßlin <mgraess...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |5.7.0 Latest Commit| |http://commits.kde.org/kwin | |/14d12c05855adb42fb572ad1c4 | |1ba2c2547765f4 Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #9 from Martin Gräßlin <mgraess...@kde.org> --- Git commit 14d12c05855adb42fb572ad1c41ba2c2547765f4 by Martin Gräßlin. Committed on 12/05/2016 at 14:58. Pushed by graesslin into branch 'master'. Do not limit mouse actions to titleBarArea but allow on complete titleBarPosition Summary: Mouse actions like wheel and double click were restricted to the titleBar area. This made the top most pixel non-interactive as it's not part of the titleBarArea. This change makes the complete titlebarPosition interactive. That is it includes for a "normal" (top) setup also the TopLeft/Top/Right section. Thus the top most pixel can be double clicked, mouse wheeled, etc. For the Wayland case the test case is adjusted. FIXED-IN: 5.7.0 Reviewers: #plasma Subscribers: plasma-devel Projects: #plasma Differential Revision: https://phabricator.kde.org/D1596 M +27 -2 abstract_client.cpp M +1 -0 abstract_client.h M +54 -0 autotests/wayland/decoration_input_test.cpp M +2 -2 events.cpp M +1 -1 input.cpp http://commits.kde.org/kwin/14d12c05855adb42fb572ad1c41ba2c2547765f4 -- You are receiving this mail because: You are watching all bug changes.