BUG-1935: increased retries and delay a bit.

This commit is contained in:
Robin 2016-04-11 11:56:52 +02:00
commit 4435d76699

View file

@ -159,7 +159,8 @@ EndSelection:<<<<<<<4
}
try
{
Clipboard.SetDataObject(ido, copy, 5, 200);
// For BUG-1935 this was changed from looping ourselfs, or letting MS retry...
Clipboard.SetDataObject(ido, copy, 15, 150);
}
catch (Exception clipboardSetException)
{