Compare commits

..

No commits in common. "9d94abf323391f539dbd8706547508ee441e5e7c" and "422dcc6f5b0431176dc9e1597b76872171a19283" have entirely different histories.

View File

@ -257,7 +257,7 @@ namespace ImageProcessingGraph.Editor.Unity_Image_Processing.Scripts.Editor.Wind
{ {
IPTPort iptPort = port as IPTPort; IPTPort iptPort = port as IPTPort;
if(iptPort.ExposedPropertyContainer != null) if(iptPort.ExposedPropertyContainer != null)
iptPort.ExposedPropertyContainer.style.display = value ? DisplayStyle.Flex : DisplayStyle.None; iptPort.ExposedPropertyContainer.visible = value;
} }
private VisualElement CreatePropertyFieldForType(Type type, object value) private VisualElement CreatePropertyFieldForType(Type type, object value)