HEAD version of my kwin_iii patch that I just committed.
This fixes the mouse cursor when the window is moving. -clee svn path=/trunk/kdebase/kwin/; revision=231503
This commit is contained in:
parent
cf8e983d87
commit
41f35632d2
1 changed files with 2 additions and 1 deletions
|
@ -2883,7 +2883,8 @@ bool Client::performMouseCommand( Options::MouseCommand command, QPoint globalPo
|
|||
buttonDown = TRUE;
|
||||
moveOffset = mapFromGlobal( globalPos );
|
||||
invertedMoveOffset = rect().bottomRight() - moveOffset;
|
||||
setMouseCursor( mode );
|
||||
// setMouseCursor( mode );
|
||||
setCursor(sizeAllCursor);
|
||||
startMoveResize();
|
||||
break;
|
||||
case Options::MouseResize: {
|
||||
|
|
Loading…
Reference in a new issue