mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GP-5395 Corrected Memory Search region choice selection bug
This commit is contained in:
parent
4829ecd670
commit
97c8b3975c
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ public class SearchGuiModel {
|
|||
}
|
||||
|
||||
public void selectRegion(SearchRegion region, boolean selected) {
|
||||
settings.withSelectedRegion(region, selected);
|
||||
settings = settings.withSelectedRegion(region, selected);
|
||||
}
|
||||
|
||||
public boolean isSelectedRegion(SearchRegion region) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue