Compare commits
No commits in common. "9d94abf323391f539dbd8706547508ee441e5e7c" and "422dcc6f5b0431176dc9e1597b76872171a19283" have entirely different histories.
9d94abf323
...
422dcc6f5b
@ -257,7 +257,7 @@ namespace ImageProcessingGraph.Editor.Unity_Image_Processing.Scripts.Editor.Wind
|
||||
{
|
||||
IPTPort iptPort = port as IPTPort;
|
||||
if(iptPort.ExposedPropertyContainer != null)
|
||||
iptPort.ExposedPropertyContainer.style.display = value ? DisplayStyle.Flex : DisplayStyle.None;
|
||||
iptPort.ExposedPropertyContainer.visible = value;
|
||||
}
|
||||
|
||||
private VisualElement CreatePropertyFieldForType(Type type, object value)
|
||||
|
Loading…
x
Reference in New Issue
Block a user