瀏覽代碼

修改默认颜色

liyijie 1 年之前
父節點
當前提交
7a005ee446
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>