File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 348348 >
349349 <DataGridTemplateColumn .CellTemplate>
350350 <DataTemplate >
351- <xctk : ColorPicker SelectedColor =" {Binding BackColor} " Margin =" 5,0" HorizontalAlignment =" Left" VerticalAlignment =" Top" Width =" 75" />
351+ <xctk : ColorPicker SelectedColor =" {Binding BackColor, UpdateSourceTrigger=PropertyChanged} " Margin =" 5,0" HorizontalAlignment =" Left" VerticalAlignment =" Top" Width =" 75" />
352352 </DataTemplate >
353353 </DataGridTemplateColumn .CellTemplate>
354354 </DataGridTemplateColumn >
360360 >
361361 <DataGridTemplateColumn .CellTemplate>
362362 <DataTemplate >
363- <xctk : ColorPicker SelectedColor =" {Binding ForeColor}" Margin =" 5,0" HorizontalAlignment =" Left" VerticalAlignment =" Top" Width =" 75" />
363+ <xctk : ColorPicker SelectedColor =" {Binding ForeColor, UpdateSourceTrigger=PropertyChanged }" Margin =" 5,0" HorizontalAlignment =" Left" VerticalAlignment =" Top" Width =" 75" />
364364 </DataTemplate >
365365 </DataGridTemplateColumn .CellTemplate>
366366 </DataGridTemplateColumn >
You can’t perform that action at this time.
0 commit comments