mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-06 14:45:50 +00:00
spelling: avoid
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
32de6ff2cd
commit
5573917e2d
@@ -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 aviod panel resize problems on other views
|
||||
// hide the buttonts to avoid panel resize problems on other views
|
||||
textEditButton.setVisible(false);
|
||||
textSaveButton.setVisible(false);
|
||||
textCancelButton.setVisible(false);
|
||||
|
||||
Reference in New Issue
Block a user