mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +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() {
|
private void checkForTooManyNodes() {
|
||||||
|
|
||||||
SymbolTreeRootNode root = (SymbolTreeRootNode) getRoot();
|
SymbolTreeRootNode root = (SymbolTreeRootNode) getRoot();
|
||||||
|
if (root == null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
int reOrgLimit = root.getReorganizeLimit();
|
int reOrgLimit = root.getReorganizeLimit();
|
||||||
if (getChildCount() < reOrgLimit) {
|
if (getChildCount() < reOrgLimit) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue