mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
GT-2763 - Table Sorting - fixed bug that triggered filtering to take
place for individual add/remove operations; fixed bug that caused loss of added/removed items
This commit is contained in:
parent
da5f009c71
commit
445c7ca03e
32 changed files with 720 additions and 143 deletions
|
@ -96,7 +96,7 @@ public class ResourceManager {
|
|||
return is;
|
||||
}
|
||||
|
||||
URL url = getResource(testSearchPaths, filename);
|
||||
URL url = getResource(getTestSearchPaths(), filename);
|
||||
if (url == null) {
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue