mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-06 14:45:50 +00:00
small fix
This commit is contained in:
@@ -184,7 +184,7 @@ public class TextPanel extends JPanel implements TagEditorPanel {
|
||||
|
||||
public void focusTextValue() {
|
||||
textValue.requestFocusInWindow();
|
||||
if (!isModified()) {
|
||||
if (textTag != null && !isModified()) {
|
||||
HighlightedText text = textTag.getFormattedText();
|
||||
for (Highlighting highlight : text.specialHilights) {
|
||||
if (highlight.getProperties().subtype == HighlightSpecialType.TEXT) {
|
||||
|
||||
Reference in New Issue
Block a user