mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
BUG-1935: Increased the retry delay a bit more
The maximum waiting time should now be 3 seconds.
This commit is contained in:
parent
4435d76699
commit
e43339ea90
1 changed files with 2 additions and 2 deletions
|
@ -160,7 +160,7 @@ EndSelection:<<<<<<<4
|
|||
try
|
||||
{
|
||||
// For BUG-1935 this was changed from looping ourselfs, or letting MS retry...
|
||||
Clipboard.SetDataObject(ido, copy, 15, 150);
|
||||
Clipboard.SetDataObject(ido, copy, 15, 200);
|
||||
}
|
||||
catch (Exception clipboardSetException)
|
||||
{
|
||||
|
@ -851,4 +851,4 @@ EndSelection:<<<<<<<4
|
|||
return GetFromDataObject(GetDataObject(), format);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue