Revision 9ee6a77...

Go back to digest for 5th August 2012

Bug Fixes in KDE Base

Martin Gräßlin committed changes in [kde-workspace/KDE/4.9] kwin/clients/aurorae/src/qml/aurorae.qml:

Do not accept left mouse press events on titlebar in Aurorae

Accepting the mouse events breaks moving the window by dragging
the title bar. The reason is that it eats the mouse event and
by that never reaches KWin core to perform the movement.

Other mouse buttons need to be accepted for handling the window
operations. Also we need to listen in general to left mouse
button for the double click operation.


FIXED-IN: 4.9.1
REVIEW: 105784

File Changes

Modified 1 files
  • kwin/clients/aurorae/src/qml/aurorae.qml
1 files changed in total