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
This commit is contained in:
parent
12fec3f7f5
commit
c4140d6f4e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue