We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When a type in the Object Type Editor has a color property it will add additional Red, Green, and Blue properties to the type.
The xml from this perhaps shows the bug off better ...
<?xml version="1.0" encoding="UTF-8"?> <objecttypes> <objecttype name="SomeType" color="#a0a0a4"> <property name="Blue" type="int" default="0"/> <property name="ColorProperty" type="color" default="#ffffaa00"/> <property name="Green" type="int" default="170"/> <property name="Red" type="int" default="255"/> </objecttype> </objecttypes>
The text was updated successfully, but these errors were encountered:
What a strange bug! I'll be sure to look into it soon.
Sorry, something went wrong.
63df8fc
No branches or pull requests
When a type in the Object Type Editor has a color property it will add additional Red, Green, and Blue properties to the type.
The xml from this perhaps shows the bug off better ...
The text was updated successfully, but these errors were encountered: