mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
GT-3292 - Decompiler - Secondary Highlights - Checkpoint 2 - Base
features implemented with tests; still need color persistence; help
This commit is contained in:
parent
e619d07ee1
commit
19823c5db5
21 changed files with 865 additions and 390 deletions
|
@ -1633,8 +1633,8 @@ public class FieldPanel extends JPanel
|
|||
if (e.getButton() != MouseEvent.BUTTON1) {
|
||||
return;
|
||||
}
|
||||
cursorHandler.setCursorPos(e.getX(), e.getY(), null);
|
||||
cursorHandler.notifyCursorChanged(EventTrigger.GUI_ACTION);
|
||||
|
||||
cursorHandler.setCursorPos(e.getX(), e.getY(), EventTrigger.GUI_ACTION);
|
||||
if (!selectionHandler.isInProgress() && !didDrag) {
|
||||
selectionHandler.clearSelection();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue