浏览代码

默认颜色-修复

liyijie 1 年之前
父节点
当前提交
1434239c2e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      PDF Office/CustomControl/CompositeControl/ColorContent.xaml.cs

+ 1 - 0
PDF Office/CustomControl/CompositeControl/ColorContent.xaml.cs

@@ -196,6 +196,7 @@ namespace PDF_Master.CustomControl.CompositeControl
                 if (isFoundListItem == false)
                 {
                     control.ElcustomColor.Fill = co;
+                    control.DefaultColor = co;
                     control.ListColor.SelectedItem = null;
                 }
             }