mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-09 16:31:56 +00:00
Added: #2463 Export subsprites animation context menu on frames
This commit is contained in:
@@ -189,7 +189,11 @@ public class ExportDialog extends AppDialog {
|
||||
}
|
||||
|
||||
public double getZoom() {
|
||||
return Double.parseDouble(zoomTextField.getText()) / 100;
|
||||
try {
|
||||
return Double.parseDouble(zoomTextField.getText()) / 100;
|
||||
} catch (NumberFormatException nfe) {
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
private void saveConfig() {
|
||||
|
||||
Reference in New Issue
Block a user