mirror of
https://github.com/viliusle/miniPaint.git
synced 2026-02-06 13:11:51 +00:00
fixed loading last resolution
This commit is contained in:
parent
2cd9227e4d
commit
5ba3fbe4aa
@ -112,7 +112,7 @@ class File_new_class {
|
||||
);
|
||||
|
||||
// Last resolution
|
||||
var last_resolution = JSON.stringify([config.WIDTH, config.HEIGHT]);
|
||||
var last_resolution = JSON.stringify([width, height]);
|
||||
this.Helper.setCookie('last_resolution', last_resolution);
|
||||
|
||||
// Save resolution
|
||||
|
||||
Loading…
Reference in New Issue
Block a user