mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-13 05:18:45 +00:00
Fixed Reload button disabled after saving new file
This commit is contained in:
@@ -31,6 +31,7 @@ All notable changes to this project will be documented in this file.
|
||||
- Warnings about invalid reflective access in color dialog on Java 9+
|
||||
- Folder preview tag names have indices when multiple with same name
|
||||
- ShapeImporter fillstyles shapenum
|
||||
- Reload button disabled after saving new file
|
||||
|
||||
### Changed
|
||||
- Quick search needs minimum of 3 characters
|
||||
|
||||
@@ -87,6 +87,7 @@ public class OpenableSourceInfo {
|
||||
public void setFile(String file) {
|
||||
this.file = file;
|
||||
detectKind();
|
||||
empty = false;
|
||||
}
|
||||
|
||||
public String getFileTitle() {
|
||||
|
||||
Reference in New Issue
Block a user