mirror of
https://github.com/greenshot/greenshot
synced 2025-07-14 00:53:51 -07:00
Merge pull request #23 from greenshot/bugfix/BUG-1935_clipboard_retry
BUG-1935: Increased the retry delay a bit more [skip ci]
This commit is contained in:
commit
01d59ad602
1 changed files with 2 additions and 2 deletions
|
@ -160,7 +160,7 @@ EndSelection:<<<<<<<4
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
// For BUG-1935 this was changed from looping ourselfs, or letting MS retry...
|
// 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)
|
catch (Exception clipboardSetException)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue