|
@@ -97,7 +97,7 @@ namespace PDF_Master.ViewModels.PropertyPanel.AnnotPanel
|
|
|
public DelegateCommand<object> SelectedOpacityValueCommand { get; set; }
|
|
|
|
|
|
private IEventAggregator eventAggregator;
|
|
|
- private string Unicode = "";
|
|
|
+ public string Unicode = "";
|
|
|
|
|
|
public StickyNotePropertyViewModel(IEventAggregator eventAggregator)
|
|
|
{
|
|
@@ -119,6 +119,7 @@ namespace PDF_Master.ViewModels.PropertyPanel.AnnotPanel
|
|
|
private void SetStickyNoteColor(StickyNoteColorUnicode stickyNoteColorUnicode)
|
|
|
{
|
|
|
SharpColor = stickyNoteColorUnicode.brush;
|
|
|
+ PropertyPanel.UpdateAnnotAAttrib(AnnotAttrib.Color, (SharpColor as SolidColorBrush).Color);
|
|
|
}
|
|
|
|
|
|
private void InitColorItems()
|
|
@@ -214,6 +215,7 @@ namespace PDF_Master.ViewModels.PropertyPanel.AnnotPanel
|
|
|
navigationContext.Parameters.TryGetValue<AnnotTransfer>(ParameterNames.PropertyPanelContentViewModel, out PropertyPanel);
|
|
|
if (PropertyPanel != null)
|
|
|
{
|
|
|
+
|
|
|
AnnotEvent = PropertyPanel.AnnotEvent;
|
|
|
Annot = PropertyPanel.annot;
|
|
|
IsMultiSelected = PropertyPanel.IsMultiSelected;
|