mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 20:50:45 +00:00
Even disabled save button disables switching on more items
This commit is contained in:
@@ -111,7 +111,7 @@ public class FontPanel extends JPanel {
|
||||
}
|
||||
|
||||
public boolean isEditing() {
|
||||
return buttonSave.isVisible() && buttonSave.isEnabled();
|
||||
return buttonSave.isVisible();
|
||||
}
|
||||
|
||||
private void setEditable(boolean editable) {
|
||||
|
||||
Reference in New Issue
Block a user