mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-23 07:25:34 +08:00
Merge remote-tracking branch 'origin/GP-1-dragonmacher-decopm-hl-npe'
This commit is contained in:
+2
-1
@@ -80,7 +80,8 @@ public class DecompilerPanel extends JPanel implements FieldMouseListener, Field
|
||||
private final VerticalLayoutPixelIndexMap pixmap = new VerticalLayoutPixelIndexMap();
|
||||
|
||||
private FieldHighlightFactory hlFactory;
|
||||
private ClangHighlightController highlightController;
|
||||
private ClangHighlightController highlightController =
|
||||
ClangHighlightController.dummyIfNull(null);
|
||||
private Map<String, DecompilerHighlighter> highlightersById = new HashMap<>();
|
||||
private PendingHighlightUpdate pendingHighlightUpdate;
|
||||
private SwingUpdateManager highlighCursorUpdater = new SwingUpdateManager(() -> {
|
||||
|
||||
Reference in New Issue
Block a user