mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-03 14:04:49 +00:00
Fixed Save as does not change file title upon reload
This commit is contained in:
@@ -1382,7 +1382,9 @@ public class Main {
|
||||
startSaving(savedFile);
|
||||
if (mode == SaveFileMode.SAVEAS && openable.getOpenableList() != null /*SWF in binarydata has null*/ && !openable.getOpenableList().isBundle()) {
|
||||
openable.setFile(outfile);
|
||||
openable.getOpenableList().sourceInfo.setFile(outfile);
|
||||
OpenableSourceInfo sourceInfo = openable.getOpenableList().sourceInfo;
|
||||
sourceInfo.setFile(outfile);
|
||||
sourceInfo.setFileTitle(null);
|
||||
if (mainFrame != null && mainFrame.getPanel() != null) {
|
||||
mainFrame.getPanel().refreshPins();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user