mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 14:30:47 +00:00
committed by
Jindra Petřík
parent
1b8ede40a3
commit
d873e4b561
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user