Revert part of r1.491, I'm not sure anymore why I raised the timeout so much,
but if nobody had complained until then, perhaps it's better that way after all. CCMAIL: Gábor Lehel <illissius@gmail.com> svn path=/trunk/kdebase/kwin/; revision=382907
This commit is contained in:
parent
855786a987
commit
ffad4694b2
1 changed files with 1 additions and 1 deletions
|
@ -2013,7 +2013,7 @@ void Workspace::clientMoved(const QPoint &pos, Time now)
|
|||
return;
|
||||
|
||||
Time treshold_set = options->electricBorderDelay(); // set timeout
|
||||
Time treshold_reset = 1000; // reset timeout
|
||||
Time treshold_reset = 250; // reset timeout
|
||||
int distance_reset = 30; // Mouse should not move more than this many pixels
|
||||
|
||||
int border = 0;
|
||||
|
|
Loading…
Reference in a new issue