mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 19:40:45 +00:00
#886 Cancel button is disabled in editor mode fixed
This commit is contained in:
@@ -147,6 +147,7 @@ public class DetailPanel extends JPanel implements TagEditorPanel {
|
||||
|
||||
private void setModified(boolean value) {
|
||||
saveButton.setEnabled(value);
|
||||
cancelButton.setEnabled(value);
|
||||
}
|
||||
|
||||
public void setEditMode(boolean val) {
|
||||
|
||||
Reference in New Issue
Block a user