Small fixes for the screen capture.

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1636 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-02-07 14:27:52 +00:00
commit b08c8991a5
3 changed files with 28 additions and 16 deletions

View file

@ -728,7 +728,7 @@ namespace Greenshot.Helpers {
}
if (screenCapture != null) {
screenCapture.RecordMouse = capture.CursorVisible;
if (screenCapture.Start(15)) {
if (screenCapture.Start(25)) {
return;
}
// User clicked cancel or a problem occured