Browse Source

Bugfix: ComboBox Editor did not work!

The Attribute was not parsed when the Editor was in the other Assembly. Without the Attribute it works again!
pull/623/head
jogibear9988 11 years ago
parent
commit
f2958f8296
  1. 1
      src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Project/PropertyGrid/Editors/ComboBoxEditor.xaml.cs

1
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Project/PropertyGrid/Editors/ComboBoxEditor.xaml.cs

@ -35,7 +35,6 @@ using ICSharpCode.WpfDesign.Designer.themes; @@ -35,7 +35,6 @@ using ICSharpCode.WpfDesign.Designer.themes;
namespace ICSharpCode.WpfDesign.Designer.PropertyGrid.Editors
{
[TypeEditor(typeof(Enum))]
public partial class ComboBoxEditor
{
/// <summary>

Loading…
Cancel
Save