spelling: hilight

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2024-10-29 16:55:43 +01:00
committed by Jindra Petřík
parent 1b8ede40a3
commit d873e4b561
4 changed files with 6 additions and 6 deletions
@@ -249,7 +249,7 @@ public class DecompiledEditorPane extends DebuggableEditorPane implements CaretL
boolean success = false;
Highlighting h = Highlighting.searchPos(highlightedText.getInstructionHighlights(), pos);
if (h != null) {
methodCodePanel.hilighOffset(h.getProperties().offset);
methodCodePanel.hilightOffset(h.getProperties().offset);
success = true;
}
Highlighting sh = Highlighting.searchPos(highlightedText.getSpecialHighlights(), pos);