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
icc-effect-5.14.5
Thomas Lübking 2015-05-26 22:39:29 +02:00
parent 12fec3f7f5
commit c4140d6f4e
1 changed files with 1 additions and 1 deletions

View File

@ -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);