mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-25 02:26:13 +08:00
Merge remote-tracking branch
'origin/GP-3631_dev747368_PR-5550_oldshensheep_fix-npe-LocalFileChooserModel' (Closes #5550)
This commit is contained in:
+3
@@ -260,6 +260,9 @@ public class LocalFileChooserModel implements GhidraFileChooserModel {
|
||||
}
|
||||
|
||||
Icon rootIcon = FS_VIEW.getSystemIcon(root); // possibly a slow call
|
||||
if (rootIcon == null) {
|
||||
rootIcon = PROBLEM_FILE_ICON;
|
||||
}
|
||||
iconMap.put(root, rootIcon);
|
||||
callback.call();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user