mirror of
https://github.com/greenshot/greenshot
synced 2025-08-19 13:10:00 -07:00
Merge pull request #22 from greenshot/bugfix/BUG-1935_clipboard_retry
BUG-1935: increased retries and delay a bit.
This commit is contained in:
commit
18f1a93b21
1 changed files with 2 additions and 1 deletions
|
@ -159,7 +159,8 @@ EndSelection:<<<<<<<4
|
||||||
}
|
}
|
||||||
try
|
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)
|
catch (Exception clipboardSetException)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue