|
@@ -310,7 +310,7 @@ namespace ComPDFKit.Tool.DrawTool
|
|
|
case DrawPointType.Circle:
|
|
|
if (selectedType == SelectedType.PDFEdit)
|
|
|
{
|
|
|
- DrawCirclePoint(drawDC, GetIgnorePoints(), pointSize, PointPen, new SolidColorBrush(Color.FromRgb(71, 126, 222)));
|
|
|
+ DrawCirclePoint(drawDC, GetIgnorePoints(), pointSize, PointPen, PointBrush);
|
|
|
|
|
|
//DrawEditSelectionBox(drawDC, PointPen);
|
|
|
}
|