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:
Martin Gräßlin 2016-03-11 12:47:17 +01:00
parent 68683873e3
commit 7777f0c507

View file

@ -2619,6 +2619,8 @@ bool AbstractClient::startMoveResize()
return false;
}
invalidateDecorationDoubleClickTimer();
setMoveResize(true);
workspace()->setClientIsMoving(this);