Skip to content

Commit 7b5251b

Browse files
committed
Fix grid Rows/columns editor
1 parent 018e390 commit 7b5251b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

WpfDesign.Designer/Project/PropertyGrid/Editors/FlatCollectionEditor.xaml.cs

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ public void LoadItemsCollection(DesignItemProperty itemProperty)
8686
}
8787

8888
ListBox.ItemsSource = _itemProperty.CollectionElements;
89+
LoadItemsCombobox();
8990
}
9091

9192
public void LoadItemsCombobox()

WpfDesign.Designer/Project/PropertyGrid/Editors/OpenCollectionEditor.xaml.cs

-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ void open_Click(object sender, RoutedEventArgs e)
5353

5454
var editor = new FlatCollectionEditor();
5555
editor.LoadItemsCollection(node.FirstProperty);
56-
editor.LoadItemsCombobox();
5756
editor.ShowDialog();
5857
}
5958
}

0 commit comments

Comments
 (0)