From 7777f0c507fe8b1f0d1d7dc04c594c41be137d5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Fri, 11 Mar 2016 12:47:17 +0100 Subject: [PATCH] Invalidate double click timer when start move resize A press, move, release, press cycle should not trigger the double click action. --- geometry.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/geometry.cpp b/geometry.cpp index 2a07a20d35..730b14adb2 100644 --- a/geometry.cpp +++ b/geometry.cpp @@ -2619,6 +2619,8 @@ bool AbstractClient::startMoveResize() return false; } + invalidateDecorationDoubleClickTimer(); + setMoveResize(true); workspace()->setClientIsMoving(this);