fixed #1258: Scrolling capture picture box issue in second capture

This commit is contained in:
Jaex 2016-01-18 15:43:40 +02:00
parent b38cd911d3
commit 836bfa6b1b
3 changed files with 13 additions and 11 deletions

View file

@ -260,6 +260,8 @@ private void Clean()
{
currentScrollCount = 0;
CleanPictureBox();
if (images != null)
{
foreach (Image image in images)

View file

@ -66,14 +66,14 @@ public override UploadResult Upload(Stream stream, string fileName)
return result;
}
}
}
public class SomeImageResponse
{
public string success { get; set; }
public string imageid { get; set; }
public string imagelink { get; set; }
public string thumblink { get; set; }
public string embedhtml { get; set; }
public string embedbb { get; set; }
public class SomeImageResponse
{
public string success { get; set; }
public string imageid { get; set; }
public string imagelink { get; set; }
public string thumblink { get; set; }
public string embedhtml { get; set; }
public string embedbb { get; set; }
}
}

View file

@ -11,5 +11,5 @@
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("82E6AC09-0FEF-4390-AD9F-0DD3F5561EFC")]
[assembly: AssemblyVersion("10.7.0")]
[assembly: AssemblyFileVersion("10.7.0")]
[assembly: AssemblyVersion("10.6.1")]
[assembly: AssemblyFileVersion("10.6.1")]