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

Control Constant Properties disappear in Inspector when a Theme is defined #13071

Closed
YeOldeDM opened this issue Nov 20, 2017 · 3 comments
Closed

Comments

@YeOldeDM
Copy link

Operating system or device, Godot version, GPU Model and driver (if graphics related):
Windows 7. Godot v3.0 0aa4765

Issue description:
When setting a Theme for a Control-based node, any Custom Contstant Properties (such as Seperation for V/HBoxContainers) disappears from the inspector. Any value set in these properties seems to still function properly, and the Property returns once the node's Theme is Cleared (often having to "click off" the node and re-select it for the changes to apply).

Steps to reproduce:
Add a node which contains Custom Constants. Give it a new Theme. Witness the Custom Constants not displaying in the inspector tab. Clear the Theme and watch it come back.

@akien-mga
Copy link
Member

Is this still reproducible in Godot 3.0 RC1?

@jtaart
Copy link

jtaart commented Jan 23, 2018

Yes it is, tested on Godot_v3.0-rc2_win64.
https://i.imgur.com/P8XvsUV.gifv

@Kobrar
Copy link

Kobrar commented Jun 30, 2019

Unfortunately I am able to reproduce this error in 3.1 and 3.1.1

  1. Add global custom theme
  2. Restart engine
  3. Custom Constraints disappear
  4. Remove global custom theme
  5. Restart engine
  6. Constraints reappear

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants