mirror of
https://gitee.com/handyorg/HandyControl.git
synced 2024-11-30 19:08:08 +08:00
Merge branch 'master' of https://github.com/HandyOrg/HandyControl
This commit is contained in:
commit
6a3711e6e0
@ -102,7 +102,7 @@ namespace HandyControl.Controls
|
||||
? (PropertyEditorBase) new EnumPropertyEditor()
|
||||
: new ReadOnlyTextPropertyEditor();
|
||||
|
||||
public virtual PropertyEditorBase CreateEditor(Type type) => new ReadOnlyTextPropertyEditor();
|
||||
public virtual PropertyEditorBase CreateEditor(Type type) => Activator.CreateInstance(type) as PropertyEditorBase ?? new ReadOnlyTextPropertyEditor();
|
||||
|
||||
private enum EditorTypeCode
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user