Browse Source

修改默认颜色

liyijie 1 year ago
parent
commit
7a005ee446
1 changed files with 1 additions and 1 deletions
  1. 1 1
      PDF Office/Views/PropertyPanel/AnnotPanel/TextAnnotProperty.xaml

+ 1 - 1
PDF Office/Views/PropertyPanel/AnnotPanel/TextAnnotProperty.xaml

@@ -133,7 +133,7 @@
                     Margin="0,8,0,0"
                     ColorType="{Binding ColorType}"
                     ItemSource="{Binding BasicVm.ColorItems}"
-                    UIColor="{Binding BasicVm.CurrentFontColor, Mode=OneWay}" DefaultColor="{Binding TextDefaultColor,Mode=TwoWay}" 
+                    UIColor="{Binding BasicVm.CurrentFontColor, Mode=TwoWay}" DefaultColor="{Binding TextDefaultColor,Mode=TwoWay}" 
                     DefaultColorVisibility="Visible"
                     DefaultColorInvoke="cusColor_DefaultColorInvoke">
                     <i:Interaction.Triggers>