Fixed Reload button disabled after saving new file

This commit is contained in:
Jindra Petřík
2022-12-09 17:04:03 +01:00
parent 2e8dc35aa2
commit 406065ad20
2 changed files with 2 additions and 0 deletions

View File

@@ -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

View File

@@ -87,6 +87,7 @@ public class OpenableSourceInfo {
public void setFile(String file) {
this.file = file;
detectKind();
empty = false;
}
public String getFileTitle() {