mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-25 20:27:25 +00:00
Fixed: #1670 Parent component/window of dialogs not properly set
This commit is contained in:
@@ -418,7 +418,7 @@ public class LoadFromMemoryFrame extends AppFrame {
|
||||
}
|
||||
Configuration.lastSaveDir.set(file.getParentFile().getAbsolutePath());
|
||||
} catch (IOException ex) {
|
||||
View.showMessageDialog(null, translate("error.file.write"));
|
||||
ViewMessages.showMessageDialog(this, translate("error.file.write"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user