mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-06 14:45:50 +00:00
#886 Cancel button is disabled in editor mode fixed
This commit is contained in:
@@ -180,6 +180,7 @@ public class TextPanel extends JPanel implements TagEditorPanel {
|
||||
|
||||
private void setModified(boolean value) {
|
||||
textSaveButton.setEnabled(value);
|
||||
textCancelButton.setEnabled(value);
|
||||
}
|
||||
|
||||
public void focusTextValue() {
|
||||
|
||||
Reference in New Issue
Block a user