Actually save the value for a CustomOptionFile
This commit is contained in:
parent
db82070ee3
commit
338acecff0
@ -1237,6 +1237,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