mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-30 12:06:44 +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() {
|
public void unloadChildren() {
|
||||||
if (isLoaded()) {
|
if (isLoaded()) {
|
||||||
doSetChildrenAndFireEvent(null);
|
setChildren(null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user