mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
Merge remote-tracking branch 'origin/GP-0-dragonmacher-test-fixes-3-27-25'
This commit is contained in:
commit
2b99f5d15e
1 changed files with 3 additions and 0 deletions
|
@ -245,6 +245,9 @@ public class OrganizationNode extends SymbolTreeNode {
|
|||
private void checkForTooManyNodes() {
|
||||
|
||||
SymbolTreeRootNode root = (SymbolTreeRootNode) getRoot();
|
||||
if (root == null) {
|
||||
return;
|
||||
}
|
||||
int reOrgLimit = root.getReorganizeLimit();
|
||||
if (getChildCount() < reOrgLimit) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue