From 20c1a07b76c39462594aedfedfe6e6adb17cd552 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Wed, 01 May 2019 14:27:01 -0400 Subject: [PATCH] Fix animation and fast mode. --- ObjEditor.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ObjEditor.java b/ObjEditor.java index 565390e..177b5d2 100644 --- a/ObjEditor.java +++ b/ObjEditor.java @@ -3205,7 +3205,7 @@ if (!Globals.ANIMATION) { FileDialog browser = new FileDialog(frame, "Save Animation As...", FileDialog.SAVE); - browser.show(); + browser.setVisible(true); String filename = browser.getFile(); if (filename != null && filename.length() > 0) { -- Gitblit v1.6.2