mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-10 09:13:58 -09:00
Merge remote-tracking branch 'origin/GP-0-dragonmacher-test-fixes-3-27-25'
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user