mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-06 16:15:44 +00:00
spelling: buttons
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
be22beeeeb
commit
eacadf7cea
@@ -137,7 +137,7 @@ public class TextPanel extends JPanel implements TagEditorPanel {
|
||||
textSaveButton = createButton("button.save", "save16", null, e -> saveText(true));
|
||||
textCancelButton = createButton("button.cancel", "cancel16", null, e -> cancelText());
|
||||
|
||||
// hide the buttonts to avoid panel resize problems on other views
|
||||
// hide the buttons to avoid panel resize problems on other views
|
||||
textEditButton.setVisible(false);
|
||||
textSaveButton.setVisible(false);
|
||||
textCancelButton.setVisible(false);
|
||||
|
||||
Reference in New Issue
Block a user