UXAssist: tweak autonav a bit

This commit is contained in:
2025-05-04 16:11:06 +08:00
parent 586ce9a427
commit ac2cc258ee
5 changed files with 8 additions and 8 deletions
+2 -1
View File
@@ -59,7 +59,8 @@ public class MyCornerComboBox : MonoBehaviour
protected void OnDestroy()
{
_config.SettingChanged -= _configChanged;
if (_config != null && _configChanged != null)
_config.SettingChanged -= _configChanged;
}
public void SetFontSize(int size)