quick hack to prevent crash in certain situations
This commit is contained in:
parent
41136a6a10
commit
14da757738
@ -302,8 +302,14 @@ namespace UniversalEditor.UserInterface
|
||||
{
|
||||
if (!customOptions[j].Visible) continue;
|
||||
|
||||
customOptions[j].SetValue(sg.Settings[i].GetValue());
|
||||
i++;
|
||||
if (customOptions[j] is CustomOptionGroup)
|
||||
{
|
||||
}
|
||||
else
|
||||
{
|
||||
customOptions[j].SetValue(sg.Settings[i].GetValue());
|
||||
i++;
|
||||
}
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user