Finish zoom out on normal and 'bigworld' mode, fix marker coordinates
This commit is contained in:
parent
9db23444db
commit
f722c6fdc8
7 changed files with 97 additions and 55 deletions
|
|
@ -117,6 +117,7 @@ public class FileLockManager {
|
|||
while(!done) {
|
||||
try {
|
||||
ImageIO.write(img, type, fname);
|
||||
fname.setLastModified(System.currentTimeMillis());
|
||||
done = true;
|
||||
} catch (FileNotFoundException fnfx) { /* This seems to be what we get when file is locked by reader */
|
||||
if(retrycnt < MAX_WRITE_RETRIES) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue