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,7 +1685,9 @@ void Client::mouseMoveEvent( QMouseEvent * e)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
workspace()->clientMoved(globalPos, qt_x_time);
|
|
||||||
|
if ( isMove() )
|
||||||
|
workspace()->clientMoved(globalPos, qt_x_time);
|
||||||
|
|
||||||
// QApplication::syncX(); // process our own configure events synchronously.
|
// QApplication::syncX(); // process our own configure events synchronously.
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue