mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-03 10:04:49 +00:00
frames to html canvas fix
export zoom config save fix
This commit is contained in:
@@ -142,7 +142,7 @@ public class ExportDialog extends AppDialog {
|
||||
}
|
||||
cfg += key;
|
||||
}
|
||||
Configuration.lastSelectedExportZoom.set(Double.parseDouble(zoomTextField.getText()));
|
||||
Configuration.lastSelectedExportZoom.set(Double.parseDouble(zoomTextField.getText())/100);
|
||||
Configuration.lastSelectedExportFormats.set(cfg);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user