Skip to content
New issue

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

Color property adds Red, Green, Blue properties to Objects Type Editor #1936

Closed
Seanba opened this issue Apr 20, 2018 · 1 comment
Closed
Labels
bug Broken behavior.

Comments

@Seanba
Copy link
Contributor

Seanba commented Apr 20, 2018

When a type in the Object Type Editor has a color property it will add additional Red, Green, and Blue properties to the type.

image

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>
@bjorn bjorn added the bug Broken behavior. label Apr 21, 2018
@bjorn
Copy link
Member

bjorn commented Apr 21, 2018

What a strange bug! I'll be sure to look into it soon.

@bjorn bjorn closed this as completed in 63df8fc Apr 25, 2018
@bjorn bjorn moved this to Completed in Roadmap Feb 3, 2023
@bjorn bjorn added this to Roadmap Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Broken behavior.
Projects
Archived in project
Development

No branches or pull requests

2 participants