mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-24 03:09:36 +08:00
fixed small gtree call that needed to be in swing thread
This commit is contained in:
@@ -41,7 +41,7 @@ public abstract class GTreeLazyNode extends GTreeNode {
|
||||
*/
|
||||
public void unloadChildren() {
|
||||
if (isLoaded()) {
|
||||
doSetChildrenAndFireEvent(null);
|
||||
setChildren(null);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user