Merge remote-tracking branch 'origin/GP-0-dragonmacher-test-fixes-12-6-24-2'

This commit is contained in:
Ryan Kurtz 2024-12-11 06:18:58 -05:00
commit d76e22ec6b

View file

@ -464,7 +464,7 @@ public class SymbolInspector implements OptionsChangeListener {
} }
private ScreenElement getFunctionScreenElement(Function function) { private ScreenElement getFunctionScreenElement(Function function) {
if (!function.isThunk()) { if (function == null || !function.isThunk()) {
return OptionsGui.FUN_NAME; return OptionsGui.FUN_NAME;
} }