mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-30 22:54:52 +00:00
#886 Cancel button is disabled in editor mode fixed
This commit is contained in:
@@ -389,6 +389,7 @@ public class PreviewPanel extends JPersistentSplitPane implements TagEditorPanel
|
||||
|
||||
private void setMetadataModified(boolean value) {
|
||||
metadataSaveButton.setEnabled(value);
|
||||
metadataCancelButton.setEnabled(value);
|
||||
}
|
||||
|
||||
private void metadataTextChanged() {
|
||||
|
||||
Reference in New Issue
Block a user