mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GP-1261 Improved listing interior selection behavior and associated
clearing of components
This commit is contained in:
parent
9593f16585
commit
a41f85c4e4
3 changed files with 23 additions and 36 deletions
|
@ -1,6 +1,5 @@
|
|||
/* ###
|
||||
* IP: GHIDRA
|
||||
* REVIEWED: YES
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
@ -93,7 +92,7 @@ public class MixedLayoutBackgroundColorManager implements LayoutBackgroundColorM
|
|||
|
||||
private Color getPaddingColorBetweenFields(int padIndex) {
|
||||
FieldLocation start = new FieldLocation(index, padIndex-1,Integer.MAX_VALUE,Integer.MAX_VALUE);
|
||||
FieldLocation end = new FieldLocation(index, padIndex, 0, 1);
|
||||
FieldLocation end = new FieldLocation(index, padIndex, 0, 0);
|
||||
FieldRange range = new FieldRange(start, end);
|
||||
boolean gapSelected = selection.containsEntirely(range);
|
||||
boolean gapHighlighted = highlight.containsEntirely(range);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue