处理快捷键报错

This commit is contained in:
2025-10-13 23:10:47 +08:00
parent 9470c3ab00
commit c3284032cc
5 changed files with 42 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ namespace NBF
tabItemList.Add(tabItem);
}
ItemList.SetPanel(this);
ItemList.SetData(tabItemList, true, true);
}
@@ -73,7 +74,7 @@ namespace NBF
// if (btn == BtnClose)
// {
// Hide();
// }
// }
}
protected override void OnDestroy()