SEBWIN-368: Made action center easier to activate via touch gesture.
This commit is contained in:
parent
54b5be830e
commit
fa9dd4ec5b
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ namespace SafeExamBrowser.UserInterface.Shared.Activators
|
|||
if (state == MouseButtonState.Pressed && inActivationArea)
|
||||
{
|
||||
isDown = true;
|
||||
Task.Delay(100).ContinueWith(_ => CheckPosition());
|
||||
Task.Delay(200).ContinueWith(_ => CheckPosition());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue