|
@@ -52,7 +52,7 @@ namespace compdfkit_tools.Edit
|
|
|
TextStyleUI.SetFontSize(newEvent.FontSize);
|
|
|
OpacityTextBox.Text = string.Format("{0}%", (int)(Math.Ceiling(newEvent.Transparency * 100/255D)));
|
|
|
TextAlignUI.SetFontAlign(newEvent.TextAlign);
|
|
|
- FontColorUI.Brush = new SolidColorBrush(newEvent.FontColor);
|
|
|
+ FontColorUI.SetCheckedForColor(newEvent.FontColor);
|
|
|
}
|
|
|
EditEvent = newEvent;
|
|
|
}
|