forgot to implement CustomOptionFile property setting...
This commit is contained in:
parent
3b8e7fff47
commit
bb37f5e74d
@ -1176,6 +1176,11 @@ namespace UniversalEditor.UserInterface
|
||||
CustomOptionText itm = (eo as CustomOptionText);
|
||||
pi.SetValue(df, Convert.ChangeType(itm.Value, pi.PropertyType), null);
|
||||
}
|
||||
else if (eo is CustomOptionFile)
|
||||
{
|
||||
CustomOptionFile itm = (eo as CustomOptionFile);
|
||||
pi.SetValue(df, Convert.ChangeType(itm.Value, pi.PropertyType), null);
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user