Reset region info after a full update

Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
sigonasr2 2022-05-30 14:57:21 -05:00
parent 5593a5c31c
commit 3e77931193
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -286,6 +286,7 @@ public class SigShare {
} }
} }
out.writeChars("Done\r\n"); out.writeChars("Done\r\n");
regionInfo=-1;
stream=new BufferedOutputStream(new FileOutputStream(new File("screenshot_out.jpg"),false)); stream=new BufferedOutputStream(new FileOutputStream(new File("screenshot_out.jpg"),false));
break; break;
} }