mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-06 14:45:50 +00:00
Even disabled save button disables switching on more items
This commit is contained in:
@@ -423,6 +423,6 @@ public class TextPanel extends JPanel implements TagEditorPanel {
|
||||
|
||||
@Override
|
||||
public boolean isEditing() {
|
||||
return textSaveButton.isVisible() && textSaveButton.isEnabled();
|
||||
return textSaveButton.isVisible();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user