mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-06 14:45:50 +00:00
Editor mode fixed for texts and metadata
This commit is contained in:
@@ -426,7 +426,7 @@ public class TextPanel extends JPanel implements TagEditorPanel {
|
||||
|
||||
@Override
|
||||
public boolean isEditing() {
|
||||
return textSaveButton.isVisible();
|
||||
return textSaveButton.isVisible() && textSaveButton.isEnabled();
|
||||
}
|
||||
|
||||
public void startEdit() {
|
||||
|
||||
Reference in New Issue
Block a user