formatting fix
This commit is contained in:
parent
307d71334a
commit
d238003e08
@ -342,7 +342,7 @@ namespace UniversalEditor.UserInterface
|
||||
}
|
||||
else if (eo is ChoiceSetting)
|
||||
{
|
||||
ChoiceSetting.ChoiceSettingValue choice = (ChoiceSetting.ChoiceSettingValue) (eo as ChoiceSetting).GetValue();
|
||||
ChoiceSetting.ChoiceSettingValue choice = (ChoiceSetting.ChoiceSettingValue)(eo as ChoiceSetting).GetValue();
|
||||
if (choice != null)
|
||||
{
|
||||
Type[] interfaces = pi.PropertyType.GetInterfaces();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user