|
@@ -463,6 +463,10 @@ namespace Compdfkit_Tools.PDFControlUI
|
|
|
|
|
|
if (squareParam.BgColor!=null)
|
|
|
{
|
|
|
+ FillColorPickerControl.Brush = new SolidColorBrush(Color.FromRgb(
|
|
|
+ squareParam.BgColor[0],
|
|
|
+ squareParam.BgColor[1],
|
|
|
+ squareParam.BgColor[2]));
|
|
|
FillColorPickerControl.SetCheckedForColor(Color.FromRgb(
|
|
|
squareParam.BgColor[0],
|
|
|
squareParam.BgColor[1],
|