소스 검색

Merge branch 'dev' of http://git.kdan.cc:8865/Windows/PDFOffice_Windows_exe into dev

OYXH\oyxh 1 년 전
부모
커밋
7399a6288b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      PDF Office/CustomControl/CompositeControl/ColorContent.xaml.cs

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

@@ -165,6 +165,7 @@ namespace PDF_Master.CustomControl.CompositeControl
                     if (colorItem.A == co.Color.A && colorItem.G == co.Color.G && colorItem.B == co.Color.B && colorItem.R == co.Color.R)
                     {
                         control.ListColor.SelectedItem = item;
+                        control.SelectedColor = colorItem;
                         //control.ElcustomColor.Fill = new SolidColorBrush(Colors.Transparent);
                         isFoundListItem = true;
                         break;