File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 534
534
<TextBlock Width =" 80"
535
535
VerticalAlignment =" Center"
536
536
Text =" {Binding Name, Mode=OneTime}" />
537
- <ItemsControl ItemTemplate =" {StaticResource SwatchColorTemplate}" ItemsSource =" {Binding Hues, Mode=OneTime}" >
537
+ <ItemsControl ItemTemplate =" {StaticResource SwatchColorTemplate}"
538
+ ItemsSource =" {Binding Lookup.Values, Mode=OneTime}" >
538
539
<ItemsControl .ItemsPanel>
539
540
<ItemsPanelTemplate >
540
541
<VirtualizingStackPanel Orientation =" Horizontal" />
Original file line number Diff line number Diff line change 534
534
<TextBlock Width =" 80"
535
535
VerticalAlignment =" Center"
536
536
Text =" {Binding Name}" />
537
- <ItemsControl ItemTemplate =" {StaticResource SwatchColorTemplate}" ItemsSource =" {Binding Hues}" >
537
+ <ItemsControl ItemTemplate =" {StaticResource SwatchColorTemplate}"
538
+ ItemsSource =" {Binding Lookup.Values, Mode=OneTime}" >
538
539
<ItemsControl .ItemsPanel>
539
540
<ItemsPanelTemplate >
540
541
<VirtualizingStackPanel Orientation =" Horizontal" />
You can’t perform that action at this time.
0 commit comments