Fix stato verifica delle feature in lista pezzi

This commit is contained in:
Emmanuele Sassi
2021-04-02 10:08:08 +02:00
parent 46d31a4644
commit f726f37ddc
@@ -38,7 +38,7 @@
<Border BorderBrush="{Binding Calc_BorderBrush}"
BorderThickness="2"
Padding="1">
<ItemsControl ItemsSource="{Binding FeatureList}">
<ItemsControl ItemsSource="{Binding BTLFeatureVMList}">
<ItemsControl.ItemsPanel>
<ItemsPanelTemplate>
<UniformGrid Columns="6" Rows="5"/>