This commit is contained in:
jomjol
2020-09-07 11:31:50 +02:00
parent 341e9f1593
commit f81f0fa58b
6 changed files with 22 additions and 65 deletions

View File

@@ -152,8 +152,7 @@ function ChangeSelection(){
function SaveToConfig(){
SaveROIToConfig(ROIInfo, "[Analog]", basepath);
location.reload();
UpdatePage();
}
@@ -218,6 +217,7 @@ function ParseIni(_basepath) {
canvas.width = this.width;
canvas.height = this.height;
drawImage();
draw();
};
imageObj.src = dataURL;