GT-3292 - Decompiler - Secondary Highlights - Checkpoint 2 - Base

features implemented with tests; still need color persistence; help
This commit is contained in:
dragonmacher 2019-12-04 18:11:21 -05:00
parent e619d07ee1
commit 19823c5db5
21 changed files with 865 additions and 390 deletions

View file

@ -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();
}