From c4140d6f4e5cd953023f2c078088d20a553ab875 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20L=C3=BCbking?= Date: Tue, 26 May 2015 22:39:29 +0200 Subject: [PATCH] Show autohiding panels instantly this probably makes sense since it won't have major impact on the workspace like switching the VD or entering presentwindows/desktopgrid would REVIEW: 123904 --- screenedge.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screenedge.cpp b/screenedge.cpp index 6ab6186bed..12946e6f78 100644 --- a/screenedge.cpp +++ b/screenedge.cpp @@ -138,7 +138,7 @@ bool Edge::check(const QPoint &cursorPos, const QDateTime &triggerTime, bool for return false; } // no pushback so we have to activate at once - bool directActivate = forceNoPushBack || edges()->cursorPushBackDistance().isNull(); + bool directActivate = forceNoPushBack || edges()->cursorPushBackDistance().isNull() || m_client; if (directActivate || canActivate(cursorPos, triggerTime)) { markAsTriggered(cursorPos, triggerTime); handle(cursorPos);