mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 10:47:02 -07:00
BUG-1935: increased retries and delay a bit.
This commit is contained in:
parent
189a6de1d6
commit
4435d76699
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue