fix:图标数组错误

This commit is contained in:
2025-10-05 21:13:37 +08:00
parent 5dd26e554b
commit 5cced9baf2
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -433,8 +433,8 @@ namespace Ink_Canvas
public void UpdateCustomIconsInComboBox()
{
// 保留前11个内置图标选项
while (ComboBoxFloatingBarImg.Items.Count > 11)
// 保留前12个内置图标选项
while (ComboBoxFloatingBarImg.Items.Count > 12)
{
ComboBoxFloatingBarImg.Items.RemoveAt(ComboBoxFloatingBarImg.Items.Count - 1);
}