mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 17:30:47 +00:00
Fixed code style
This commit is contained in:
@@ -207,7 +207,7 @@ public class DetailPanel extends JPanel implements TagEditorPanel {
|
||||
saveButton.setEnabled(false);
|
||||
editButton.setVisible(!val);
|
||||
cancelButton.setVisible(val);
|
||||
selectedLabel.setIcon(val ? View.getIcon("editing16") : null);
|
||||
selectedLabel.setIcon(val ? View.getIcon("editing16") : null);
|
||||
}
|
||||
|
||||
public void showCard(final String name, final Trait trait, int traitIndex, ABC abc) {
|
||||
|
||||
Reference in New Issue
Block a user