CT: no electric borders when resizing. Done by Matthias Ettrich, reviewed and tested by me.
svn path=/trunk/kdebase/kwin/; revision=140610
This commit is contained in:
parent
be3a8384f3
commit
186b4b54ac
1 changed files with 3 additions and 1 deletions
|
@ -1685,6 +1685,8 @@ void Client::mouseMoveEvent( QMouseEvent * e)
|
|||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if ( isMove() )
|
||||
workspace()->clientMoved(globalPos, qt_x_time);
|
||||
|
||||
// QApplication::syncX(); // process our own configure events synchronously.
|
||||
|
|
Loading…
Reference in a new issue