Invalidate double click timer when start move resize
A press, move, release, press cycle should not trigger the double click action.
This commit is contained in:
parent
68683873e3
commit
7777f0c507
1 changed files with 2 additions and 0 deletions
|
@ -2619,6 +2619,8 @@ bool AbstractClient::startMoveResize()
|
|||
return false;
|
||||
}
|
||||
|
||||
invalidateDecorationDoubleClickTimer();
|
||||
|
||||
setMoveResize(true);
|
||||
workspace()->setClientIsMoving(this);
|
||||
|
||||
|
|
Loading…
Reference in a new issue